Skip to content

Commit

Permalink
pythonPackages.astroquery 0.3.10 -> 0.4
Browse files Browse the repository at this point in the history
Tests are disabled until pytest-astropy is updated with
pytest-astropy-header.
  • Loading branch information
xbreak authored and jonringer committed Feb 29, 2020
1 parent 71113db commit a5e82af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/python-modules/astroquery/default.nix
Expand Up @@ -9,21 +9,26 @@
, pytest
, pytest-astropy
, astropy-helpers
, isPy3k
}:

buildPythonPackage rec {
pname = "astroquery";
version = "0.3.10";
version = "0.4";

src = fetchPypi {
inherit pname version;
sha256 = "1ce57a8792c7d5d74206d797d379de6da35d56be433ea5840c41a49f202e2fab";
sha256 = "1ddwnj9vpvxkrfb45c4pwv5f5za9kn2q0040dpw2ymj2bwlpl61h";
};

disabled = !isPy3k;

propagatedBuildInputs = [ astropy requests keyring beautifulsoup4 html5lib ];

nativeBuildInputs = [ astropy-helpers ];

# Tests disabled until pytest-astropy has been updated to include pytest-astropy-header
doCheck = false;
checkInputs = [ pytest pytest-astropy ];

# Disable automatic update of the astropy-helper module
Expand Down

0 comments on commit a5e82af

Please sign in to comment.