mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
python312Packages.numpyro: disable failing test on darwin
This commit is contained in:
parent
5ca6aa4004
commit
33278de087
@ -104,6 +104,11 @@ buildPythonPackage rec {
|
||||
"test_modified_bessel_first_kind_vect"
|
||||
"test_periodic_gp_one_dim_model"
|
||||
"test_no_tracer_leak_at_lazy_property_sample"
|
||||
|
||||
# flaky on darwin
|
||||
# TODO: uncomment at next release (0.15.4) as it has been fixed:
|
||||
# https://github.com/pyro-ppl/numpyro/pull/1863
|
||||
"test_change_point_x64"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
Loading…
Reference in New Issue
Block a user