Merge pull request #68687 from JohnAZoidberg/astropy-errors

pythonPackages.astropy: Disable tests
This commit is contained in:
Robin Gloster
2019-09-24 16:25:04 +02:00
committed by GitHub

View File

@@ -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;