Commit 3ec3ceff authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0be72ecd
......@@ -23,8 +23,9 @@ import (
"lab.nexedi.com/kirr/neo/go/zodb"
"lab.nexedi.com/kirr/neo/go/internal/xtesting"
// wks or any other storage cannot be imported from zodb due to cycle
_ "lab.nexedi.com/kirr/neo/go/zodb/wks"
// we need file:// support in ZODB tests.
// wks or any other storage cannot be imported from zodb due to cycle.
_ "lab.nexedi.com/kirr/neo/go/zodb/storage/fs1"
)
// import at runtime few things into zodb tests, that zodb cannot import itself
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment