mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
python3Packages.eventlet: disable test_fork_after_monkey_patch
Fails on aarch64-linux on hydra, I'm unable to reproduce it locally.
This commit is contained in:
parent
c465ea96b9
commit
89927af64b
@ -40,7 +40,9 @@ buildPythonPackage rec {
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
||||
nosetests --exclude test_getaddrinfo --exclude test_hosts_no_network
|
||||
# test_fork-after_monkey_patch fails on aarch64 on hydra only
|
||||
# AssertionError: Expected single line "pass" in stdout
|
||||
nosetests --exclude test_getaddrinfo --exclude test_hosts_no_network --exclude test_fork_after_monkey_patch
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user