python3Packages.pytest-services: modernize (#435372)

authored by dotlambda and committed by GitHub 321ecf8c badc6406

+2 -5
+2 -5
pkgs/development/python-modules/pytest-services/default.nix
··· 6 pylibmc, 7 pytest, 8 pytestCheckHook, 9 - pythonOlder, 10 requests, 11 setuptools-scm, 12 toml, ··· 19 version = "2.2.2"; 20 pyproject = true; 21 22 - disabled = pythonOlder "3.7"; 23 - 24 src = fetchFromGitHub { 25 owner = "pytest-dev"; 26 repo = "pytest-services"; ··· 28 hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE="; 29 }; 30 31 - nativeBuildInputs = [ 32 setuptools-scm 33 toml 34 ]; 35 36 buildInputs = [ pytest ]; 37 38 - propagatedBuildInputs = [ 39 requests 40 psutil 41 zc-lockfile
··· 6 pylibmc, 7 pytest, 8 pytestCheckHook, 9 requests, 10 setuptools-scm, 11 toml, ··· 18 version = "2.2.2"; 19 pyproject = true; 20 21 src = fetchFromGitHub { 22 owner = "pytest-dev"; 23 repo = "pytest-services"; ··· 25 hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE="; 26 }; 27 28 + build-system = [ 29 setuptools-scm 30 toml 31 ]; 32 33 buildInputs = [ pytest ]; 34 35 + dependencies = [ 36 requests 37 psutil 38 zc-lockfile