python3Packages.siosocks: disable blocking tests

This commit is contained in:
Fabian Affolter 2022-01-25 17:01:11 +01:00
parent 1106e43829
commit 32f16772c5

View file

@ -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"
];