python312Packages.astropy-helpers: disable

This commit is contained in:
Weijia Wang
2024-05-31 14:06:01 +02:00
parent cf099def27
commit 054d6e247f
@@ -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