Merge pull request #301311 from doronbehar/pkg/astropy

python311Packages.astropy: Disable another flakey test
This commit is contained in:
Doron Behar 2024-04-05 08:42:42 +03:00 committed by GitHub
commit 2fd56a8af3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@
, wheel
# testing
, pytestCheckHook
, stdenv
, pytest-xdist
, pytest-astropy
@ -82,6 +83,9 @@ buildPythonPackage rec {
# More flaky tests, see: https://github.com/NixOS/nixpkgs/issues/294392
"test_sidereal_lon_independent"
"test_timedelta_full_precision_arithmetic"
"test_datetime_to_timedelta"
] ++ lib.optionals stdenv.isDarwin [
"test_sidereal_lat_independent"
];
meta = {