test: import relative to __init__.py
Might fix tests for Debian builders somehow maybe?
This commit is contained in:
@@ -2,5 +2,4 @@
|
||||
import sys
|
||||
import os
|
||||
import os.path
|
||||
sys.path.insert(0, os.getcwd())
|
||||
sys.path.insert(0, os.path.join(os.getcwd(), os.pardir))
|
||||
sys.path.insert(0, os.path.join(os.path.split(__file__)[0], '..'))
|
||||
|
||||
Reference in New Issue
Block a user