mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-05 23:32:35 +03:00
python3Packages.async_generator: does not depend on pytest-asyncio
This commit is contained in:
parent
c2d2758147
commit
bfcb28e128
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, pytest-asyncio
|
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -19,7 +18,6 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytest-asyncio
|
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue