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
|
||||
, amqp
|
||||
, botocore
|
||||
, case
|
||||
, Pyro4
|
||||
, pytest
|
||||
@ -31,7 +32,7 @@ buildPythonPackage rec {
|
||||
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
|
||||
checkPhase = ''
|
||||
pytest --ignore t/unit/transport/test_redis.py
|
||||
|
Loading…
Reference in New Issue
Block a user