lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.astropy-extension-helpers: disable racy test

https://github.com/astropy/extension-helpers/issues/43

+5
+5
pkgs/development/python-modules/astropy-extension-helpers/default.nix
··· 35 35 "extension_helpers" 36 36 ]; 37 37 38 + disabledTests = [ 39 + # https://github.com/astropy/extension-helpers/issues/43 40 + "test_write_if_different" 41 + ]; 42 + 38 43 pythonImportsCheck = [ 39 44 "extension_helpers" 40 45 ];