python3Packages.astropy-extension-helpers: disable racy test

https://github.com/astropy/extension-helpers/issues/43
This commit is contained in:
Martin Weinelt 2022-04-16 14:17:06 +02:00
parent 6be56bfc2e
commit e91da70b45
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -35,6 +35,11 @@ buildPythonPackage rec {
"extension_helpers"
];
disabledTests = [
# https://github.com/astropy/extension-helpers/issues/43
"test_write_if_different"
];
pythonImportsCheck = [
"extension_helpers"
];