mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
python3Packages.kombu: fix tests
This commit is contained in:
parent
ab1be09c94
commit
14eb90df78
@ -1,5 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, amqp
|
, amqp
|
||||||
|
, botocore
|
||||||
, case
|
, case
|
||||||
, Pyro4
|
, Pyro4
|
||||||
, pytest
|
, pytest
|
||||||
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
|||||||
importlib-metadata
|
importlib-metadata
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [ pytest case pytz Pyro4 sqlalchemy ];
|
checkInputs = [ botocore pytest case pytz Pyro4 sqlalchemy ];
|
||||||
# test_redis requires fakeredis, which isn't trivial to package
|
# test_redis requires fakeredis, which isn't trivial to package
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest --ignore t/unit/transport/test_redis.py
|
pytest --ignore t/unit/transport/test_redis.py
|
||||||
|
Loading…
Reference in New Issue
Block a user