mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 09:13:17 +00:00
python3Packages.astropy-extension-helpers: disable racy test
https://github.com/astropy/extension-helpers/issues/43
This commit is contained in:
parent
6be56bfc2e
commit
e91da70b45
@ -35,6 +35,11 @@ buildPythonPackage rec {
|
||||
"extension_helpers"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/astropy/extension-helpers/issues/43
|
||||
"test_write_if_different"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"extension_helpers"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user