Fix tests to not fail when running from root.
This commit is contained in:
parent
93847bfeb4
commit
a4cf380343
2
tox.ini
2
tox.ini
|
@ -204,7 +204,7 @@ rsyncdirs = tox.ini pytest.py _pytest testing
|
||||||
python_files = test_*.py *_test.py testing/*/*.py
|
python_files = test_*.py *_test.py testing/*/*.py
|
||||||
python_classes = Test Acceptance
|
python_classes = Test Acceptance
|
||||||
python_functions = test
|
python_functions = test
|
||||||
norecursedirs = .tox ja .hg cx_freeze_source doc
|
norecursedirs = .tox ja .hg cx_freeze_source
|
||||||
xfail_strict=true
|
xfail_strict=true
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error
|
error
|
||||||
|
|
Loading…
Reference in New Issue