pythonPackages.py: Disable tests due to circular dependency
Since we weren't invoking the correct test runner (py.test) the tests weren't actually ran. Nevertheless, we won't be possible to run them because of a circular dependency so let's disable them.
This commit is contained in:
parent
30623449cf
commit
05b7ad6612
1 changed files with 2 additions and 2 deletions
|
@ -14943,8 +14943,8 @@ in modules // {
|
|||
sha256 = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114";
|
||||
};
|
||||
|
||||
# some weird errors with paths
|
||||
# doCheck = !isPy3k;
|
||||
# Circular dependency on pytest
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "Library with cross-python path, ini-parsing, io, code, log facilities";
|
||||
|
|
Loading…
Reference in a new issue