bsddb3 Refactored to disable tests.

Motivation for change: Tests disabled as BSDDB3 works with Python3 but the tests do not.
This commit is contained in:
joncojonathan
2017-10-07 19:58:56 +01:00
parent 3ca090d2b4
commit f0667f81f5
+2 -1
View File
@@ -2093,7 +2093,8 @@ in {
buildInputs = [ pkgs.db ];
# Judging from SyntaxError in test
disabled = isPy3k;
# disabled = isPy3k;
doCheck = false; # test suite breaks python3 compatibility
# Path to database need to be set.
# Somehow the setup.py flag is not propagated.