python3Packages.spectral-cube: fix tests
This commit is contained in:
parent
6647b4c99f
commit
b5badcf3d3
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
|
, aplpy
|
||||||
, astropy
|
, astropy
|
||||||
, radio_beam
|
, radio_beam
|
||||||
, pytest
|
, pytest
|
||||||
@ -24,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ astropy-helpers ];
|
nativeBuildInputs = [ astropy-helpers ];
|
||||||
|
|
||||||
checkInputs = [ pytest pytest-astropy ];
|
checkInputs = [ aplpy pytest pytest-astropy ];
|
||||||
|
|
||||||
# Disable automatic update of the astropy-helper module
|
# Disable automatic update of the astropy-helper module
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user