Skip to content

Commit

Permalink
python310Packages.aiocontextvars: drop useless pytest-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Mar 19, 2023
1 parent 0f3519b commit b7ca098
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/aiocontextvars/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytest-runner
, pytestCheckHook
, pytest-asyncio
, isPy27
Expand All @@ -20,9 +19,10 @@ buildPythonPackage rec {
sha256 = "0a2gmrm9csiknc8n3si67sgzffkydplh9d7ga1k87ygk2aj22mmk";
};

buildInputs = [
pytest-runner
];
postPatch = ''
substituteInPlace setup.py \
--replace "'pytest-runner'," ""
'';

nativeCheckInputs = [
pytestCheckHook
Expand Down

0 comments on commit b7ca098

Please sign in to comment.