Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Use a dummy RemoteTraceback for test in Python 3.5 Windows #6479

Merged
merged 1 commit into from Jan 16, 2020

Commits on Jan 16, 2020

  1. Use a dummy RemoteTraceback for test in Python 3.5 Windows

    Somehow in Python 3.5 on Windows this test fails with:
       File "c:\hostedtoolcache\windows\python\3.5.4\x64\Lib\multiprocessing\connection.py", line 302, in _recv_bytes
         overlapped=True)
    OSError: [WinError 6] The handle is invalid
    
    This only happens in this platform and Python version, decided to use
    a dummy traceback as originally done in pytest-dev#6412.
    
    (cherry picked from commit b9c136b)
    nicoddemus authored and blueyed committed Jan 16, 2020
    Copy the full SHA
    7a0d1b3 View commit details
    Browse the repository at this point in the history