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