pythonPackages.rx: disable check
The tests are nondeterminstic.
This commit is contained in:
parent
0159beb89c
commit
a7e93690af
@ -14,6 +14,11 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ nose ];
|
||||
|
||||
# Some tests are nondeterministic. (`grep sleep -r tests`)
|
||||
# test_timeout_schedule_action_cancel: https://hydra.nixos.org/build/74954646
|
||||
# test_new_thread_scheduler_timeout: https://hydra.nixos.org/build/74949851
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/ReactiveX/RxPY;
|
||||
description = "Reactive Extensions for Python";
|
||||
|
Loading…
Reference in New Issue
Block a user