pythonPackages.uncertainties: disable tests

This commit is contained in:
Frederik Rietdijk
2016-01-24 19:51:14 +01:00
parent 7bc2f2413d
commit c0a54c4594
+3
View File
@@ -23377,6 +23377,9 @@ in modules // {
description = "Transparent calculations with uncertainties on the quantities involved (aka error propagation)";
license = licenses.bsd3;
};
# No tests included
doCheck = false;
};