summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/spectral-cube/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-06-20 15:33:37 -0700
committerJon <jonringer@users.noreply.github.com>2020-06-21 21:57:32 -0700
commitb5badcf3d328c0b1fa7da8bd9b8e59ea7018377c (patch)
treeae7ad0a4bba3238db905ab540e91e5dbc22e58db /pkgs/development/python-modules/spectral-cube/default.nix
parentpython3Packages.reproject: 0.6 -> 0.7.1, fix build (diff)
downloadnixpkgs-b5badcf3d328c0b1fa7da8bd9b8e59ea7018377c.tar.gz
python3Packages.spectral-cube: fix tests
Diffstat (limited to 'pkgs/development/python-modules/spectral-cube/default.nix')
-rw-r--r--pkgs/development/python-modules/spectral-cube/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/spectral-cube/default.nix b/pkgs/development/python-modules/spectral-cube/default.nix
index 3e520919f334..b0b3e4b8f65f 100644
--- a/pkgs/development/python-modules/spectral-cube/default.nix
+++ b/pkgs/development/python-modules/spectral-cube/default.nix
@@ -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 = ''