pytester: remove unused winpymap

Follow-up to c86d2daf8.
This commit is contained in:
Daniel Hahler 2019-05-30 08:09:49 +02:00
parent d6ce2e5858
commit da23aa3419
1 changed files with 0 additions and 9 deletions

View File

@ -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