mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-05 15:22:36 +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
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
|
@ -19,7 +18,6 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
checkInputs = [
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue