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