Skip to content

Commit 843ca03

Browse files
authored
Merge pull request #5343 from blueyed/remove-winpymap
pytester: remove unused winpymap
2 parents d6ce2e5 + da23aa3 commit 843ca03

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/_pytest/pytester.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,6 @@ def pytest_runtest_protocol(self, item):
153153
item.warn(pytest.PytestWarning("\n".join(error)))
154154

155155

156-
# XXX copied from execnet's conftest.py - needs to be merged
157-
winpymap = {
158-
"python2.7": r"C:\Python27\python.exe",
159-
"python3.4": r"C:\Python34\python.exe",
160-
"python3.5": r"C:\Python35\python.exe",
161-
"python3.6": r"C:\Python36\python.exe",
162-
}
163-
164-
165156
# used at least by pytest-xdist plugin
166157

167158

0 commit comments

Comments
 (0)