nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.spectral-cube: fix tests

authored by

Jonathan Ringer and committed by
Jon
b5badcf3 6647b4c9

+2 -1
+2 -1
pkgs/development/python-modules/spectral-cube/default.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 3 , buildPythonPackage 4 + , aplpy 4 5 , astropy 5 6 , radio_beam 6 7 , pytest ··· 25 24 26 25 nativeBuildInputs = [ astropy-helpers ]; 27 26 28 - checkInputs = [ pytest pytest-astropy ]; 27 + checkInputs = [ aplpy pytest pytest-astropy ]; 29 28 30 29 # Disable automatic update of the astropy-helper module 31 30 postPatch = ''