python3Packages.spectral-cube: fix tests

This commit is contained in:
Jonathan Ringer 2020-06-20 15:33:37 -07:00 committed by Jon
parent 6647b4c99f
commit b5badcf3d3

View File

@ -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 = ''