···15buildPythonPackage rec {
16 pname = "astroquery";
17 version = "0.4.1";
01819 src = fetchPypi {
20 inherit pname version;
···30 # Tests disabled until pytest-astropy has been updated to include pytest-astropy-header
31 doCheck = false;
32 checkInputs = [ pytest pytest-astropy ];
33-34- # Disable automatic update of the astropy-helper module
35- postPatch = ''
36- substituteInPlace setup.cfg --replace "auto_use = True" "auto_use = False"
37- '';
3839 # Tests must be run in the build directory. The tests create files
40 # in $HOME/.astropy so we need to set HOME to $TMPDIR.
···15buildPythonPackage rec {
16 pname = "astroquery";
17 version = "0.4.1";
18+ format = "pyproject";
1920 src = fetchPypi {
21 inherit pname version;
···31 # Tests disabled until pytest-astropy has been updated to include pytest-astropy-header
32 doCheck = false;
33 checkInputs = [ pytest pytest-astropy ];
000003435 # Tests must be run in the build directory. The tests create files
36 # in $HOME/.astropy so we need to set HOME to $TMPDIR.