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