Merge pull request #316143 from wegank/astropy-helper-disable

python312Packages.astropy-helpers: disable
This commit is contained in:
Nick Cao
2024-06-01 09:32:21 -04:00
committed by GitHub
@@ -3,6 +3,7 @@
buildPythonPackage,
fetchPypi,
isPy3k,
pythonAtLeast,
}:
buildPythonPackage rec {
@@ -10,7 +11,8 @@ buildPythonPackage rec {
version = "4.0.1";
format = "setuptools";
disabled = !isPy3k;
# ModuleNotFoundError: No module named 'imp'
disabled = !isPy3k || pythonAtLeast "3.12";
doCheck = false; # tests requires sphinx-astropy