Merge pull request #5343 from blueyed/remove-winpymap

pytester: remove unused winpymap
This commit is contained in:
Bruno Oliveira 2019-05-30 09:21:51 -03:00 committed by GitHub
commit 843ca03770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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