pythonPackages.celery: fix tests
This commit is contained in:
parent
5d5c957cbd
commit
f4bfc4e3de
@ -19,9 +19,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
# ignore test that's incompatible with pytest5
|
# ignore test that's incompatible with pytest5
|
||||||
# test_eventlet touches network
|
# test_eventlet touches network
|
||||||
|
# test_mongodb requires pymongo
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -k 'not restore_current_app_fallback' \
|
pytest -k 'not restore_current_app_fallback and not msgpack' \
|
||||||
--ignore=t/unit/concurrency/test_eventlet.py
|
--ignore=t/unit/concurrency/test_eventlet.py \
|
||||||
|
--ignore=t/unit/backends/test_mongodb.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ case pytest boto3 moto ];
|
checkInputs = [ case pytest boto3 moto ];
|
||||||
|
Loading…
Reference in New Issue
Block a user