python3Packages.pytest-services: modernize

Changed files
+2 -5
pkgs
development
python-modules
pytest-services
+2 -5
pkgs/development/python-modules/pytest-services/default.nix
···
pylibmc,
pytest,
pytestCheckHook,
-
pythonOlder,
requests,
setuptools-scm,
toml,
···
version = "2.2.2";
pyproject = true;
-
disabled = pythonOlder "3.7";
-
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-services";
···
hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE=";
};
-
nativeBuildInputs = [
+
build-system = [
setuptools-scm
toml
];
buildInputs = [ pytest ];
-
propagatedBuildInputs = [
+
dependencies = [
requests
psutil
zc-lockfile