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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user