mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
python3Packages.twisted: disable flaky test on Darwin
(cherry picked from commit 677d53cdf8)
This commit is contained in:
committed by
Vladimír Čunát
parent
526bd2be40
commit
2b79d0759a
@@ -191,6 +191,8 @@ buildPythonPackage rec {
|
||||
# https://github.com/twisted/twisted/blob/twisted-25.5.0/src/twisted/internet/test/test_tcp.py
|
||||
"AbortConnectionTests_AsyncioSelectorReactorTests.test_resumeProducingAbort"
|
||||
"AbortConnectionTests_AsyncioSelectorReactorTests.test_resumeProducingAbortLater"
|
||||
# Times out in Hydra on x86_64-darwin
|
||||
"AbortConnectionTests_AsyncioSelectorReactorTests.test_fullWriteBufferAfterByteExchange"
|
||||
];
|
||||
};
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user