···1515buildPythonPackage rec {
1616 pname = "astroquery";
1717 version = "0.4.1";
1818+ format = "pyproject";
18191920 src = fetchPypi {
2021 inherit pname version;
···3031 # Tests disabled until pytest-astropy has been updated to include pytest-astropy-header
3132 doCheck = false;
3233 checkInputs = [ pytest pytest-astropy ];
3333-3434- # Disable automatic update of the astropy-helper module
3535- postPatch = ''
3636- substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False"
3737- '';
38343935 # Tests must be run in the build directory. The tests create files
4036 # in $HOME/.astropy so we need to set HOME to $TMPDIR.