diff --git a/src/_pytest/pytester.py b/src/_pytest/pytester.py index 21f5b9f24..1360d8d2f 100644 --- a/src/_pytest/pytester.py +++ b/src/_pytest/pytester.py @@ -153,15 +153,6 @@ class LsofFdLeakChecker(object): item.warn(pytest.PytestWarning("\n".join(error))) -# XXX copied from execnet's conftest.py - needs to be merged -winpymap = { - "python2.7": r"C:\Python27\python.exe", - "python3.4": r"C:\Python34\python.exe", - "python3.5": r"C:\Python35\python.exe", - "python3.6": r"C:\Python36\python.exe", -} - - # used at least by pytest-xdist plugin