python312Packages.rx: update disable test reason
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user