python312Packages.rx: update disable test reason

This commit is contained in:
Sigmanificient
2024-08-21 04:28:23 +02:00
parent 54e4c5bf9d
commit d8d49bea89
@@ -22,10 +22,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ 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;
doCheck = false; # PyPI tarball does not provides tests
pythonImportsCheck = [ "rx" ];