mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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:
parent
3ca090d2b4
commit
f0667f81f5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user