aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2019-09-24 16:25:04 +0200
committerGitHub <noreply@github.com>2019-09-24 16:25:04 +0200
commitd5a5a960ffa3ae269887d6693610d29bc2763fad (patch)
tree47ccc2e96a0be794ec2732f0dfdc25f2353b577f
parent5398171b85ff9e6ca6731c5b11b866603bcff9f5 (diff)
parent4c714c1f582d113778ca0a25e7a27646ba93312d (diff)
Merge pull request #68687 from JohnAZoidberg/astropy-errors
pythonPackages.astropy: Disable tests
-rw-r--r--pkgs/development/python-modules/astropy/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/astropy/default.nix b/pkgs/development/python-modules/astropy/default.nix
index f46ca274f2e..35bb7b1aa59 100644
--- a/pkgs/development/python-modules/astropy/default.nix
+++ b/pkgs/development/python-modules/astropy/default.nix
@@ -39,6 +39,9 @@ buildPythonPackage rec {
pytest
'';
+ # 368 failed, 10889 passed, 978 skipped, 69 xfailed in 196.24s
+ doCheck = false;
+
meta = {
description = "Astronomy/Astrophysics library for Python";
homepage = https://www.astropy.org;