pythonPackages.uncertainties: disable tests
This commit is contained in:
parent
7bc2f2413d
commit
c0a54c4594
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue