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:
Frederik Rietdijk 2016-01-23 17:08:38 +01:00
parent 30623449cf
commit 05b7ad6612

View file

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