forked from mirrors/nixpkgs
python3Packages.siosocks: disable blocking tests
This commit is contained in:
parent
1106e43829
commit
32f16772c5
|
@ -30,6 +30,13 @@ buildPythonPackage rec {
|
|||
pytest-trio
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Timeout on Hydra
|
||||
"tests/test_trio.py"
|
||||
"tests/test_sansio.py"
|
||||
"tests/test_socketserver.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"siosocks"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue