Merge pull request #316143 from wegank/astropy-helper-disable
python312Packages.astropy-helpers: disable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user