Unverified Commit 321ecf8c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pytest-services: modernize (#435372)

parents badc6406 c5ad5562
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pylibmc,
  pytest,
  pytestCheckHook,
  pythonOlder,
  requests,
  setuptools-scm,
  toml,
@@ -19,8 +18,6 @@ buildPythonPackage rec {
  version = "2.2.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "pytest-dev";
    repo = "pytest-services";
@@ -28,14 +25,14 @@ buildPythonPackage rec {
    hash = "sha256-kWgqb7+3/hZKUz7B3PnfxHZq6yU3JUeJ+mruqrMD/NE=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools-scm
    toml
  ];

  buildInputs = [ pytest ];

  propagatedBuildInputs = [
  dependencies = [
    requests
    psutil
    zc-lockfile