Merge pull request #62232 from jonringer/fix_curio
pythonPackages.curio: patch tests
This commit is contained in:
commit
de3ba6b9a9
@ -22,6 +22,8 @@ buildPythonPackage rec {
|
||||
# test_aside_basic times out,
|
||||
# test_aside_cancel fails because modifies PYTHONPATH and cant find pytest
|
||||
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
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user