forked from pool/python-pytest-localserver
3ecf299095
OBS-URL: https://build.opensuse.org/request/show/678288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-localserver?expand=0&rev=2
7 lines
140 B
Diff
7 lines
140 B
Diff
--- /dev/null
|
|
+++ b/tests/__init__.py
|
|
@@ -0,0 +1,3 @@
|
|
+import sys
|
|
+if '/usr/bin' in sys.path:
|
|
+ del sys.path[sys.path.index('/usr/bin')]
|