pythonPackages.rx: disable check

The tests are nondeterminstic.
This commit is contained in:
Orivej Desh 2018-05-30 02:43:55 +00:00
parent 0159beb89c
commit a7e93690af

View File

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