pythonPackages.curio: patch tests
This commit is contained in:
parent
f306e09bb8
commit
82d1330c1c
@ -22,6 +22,8 @@ buildPythonPackage rec {
|
|||||||
# test_aside_basic times out,
|
# test_aside_basic times out,
|
||||||
# test_aside_cancel fails because modifies PYTHONPATH and cant find pytest
|
# test_aside_cancel fails because modifies PYTHONPATH and cant find pytest
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
# __pycache__ was packaged accidentally, https://github.com/dabeaz/curio/issues/301
|
||||||
|
rm -r tests/__pycache__
|
||||||
pytest --deselect tests/test_task.py::test_aside_basic --deselect tests/test_task.py::test_aside_cancel
|
pytest --deselect tests/test_task.py::test_aside_basic --deselect tests/test_task.py::test_aside_cancel
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user