summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2019-03-01 15:42:07 -0800
committerJames R. Barlow <jim@purplerock.ca>2019-03-01 15:42:07 -0800
commit85ba6190707d74d3878e2787be78ab1d308f84a2 (patch)
treed01a002061961289fbf0d36a0f4c0313607d77f2 /tests
parent352fd2704c0497eac8ef485129ea3d621d18a2d2 (diff)
conftest: helpers_namespace is unused
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 683e71a..6694c77 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -4,8 +4,6 @@ from pathlib import Path
import pytest
-pytest_plugins = ['helpers_namespace']
-
if sys.version_info < (3, 4):
print("Requires Python 3.4+")