We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b3a9e commit 343a588Copy full SHA for 343a588
setup.py
@@ -130,7 +130,7 @@ def run(self):
130
python_path = [x for x in os.environ.get("PYTHONPATH", "").split(":") if x]
131
python_path.insert(0, os.getcwd())
132
os.environ["PYTHONPATH"] = ":".join(python_path)
133
- errno = subprocess.call([sys.executable, "pytest.py", "--ignore=doc"])
+ errno = subprocess.call([sys.executable, "src/pytest.py", "--ignore=doc"])
134
raise SystemExit(errno)
135
136
0 commit comments