python3Packages.zodb: Fix the build
Side note: Not sure if it makes sense that zodb3 depends on zodb (zodb4) via ZEO.
This commit is contained in:
parent
4b0afc169d
commit
b0a2ea01c5
1 changed files with 1 additions and 0 deletions
|
@ -24854,6 +24854,7 @@ EOF
|
|||
preCheck = if isPy3k then ''
|
||||
# test failure on py3.4
|
||||
rm src/ZODB/tests/testDB.py
|
||||
rm src/ZODB/tests/test_fsdump.py # Error with Python 3.6
|
||||
'' else "";
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue