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
@ -14943,8 +14943,8 @@ in modules // {
|
|||||||
sha256 = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114";
|
sha256 = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114";
|
||||||
};
|
};
|
||||||
|
|
||||||
# some weird errors with paths
|
# Circular dependency on pytest
|
||||||
# doCheck = !isPy3k;
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Library with cross-python path, ini-parsing, io, code, log facilities";
|
description = "Library with cross-python path, ini-parsing, io, code, log facilities";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user