pytest-dev / pytest-dev/pytest-xdist
execnet version 1.7.0 breaks ssh mode
Open
Nobody has claimed this yet.
needs information
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 287
- Avg merge
- 9h 30m
- Merged PRs (30d)
- 2
Description
it looks like new execnet version 1.7.0 breaks pytest-xdist ssh execution with error
OSError: cannot send to <Channel id=5 closed>
I could reproduce it on python 3.6 and 3.7. Could we exclude this version in setup.py install_requirements?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect setup.py and the dependency declarations for execnet, then review the SSH execution path that produces the closed-channel error. Reproduce the issue with execnet 1.7.0 on Python 3.6 or 3.7, and confirm that the supported dependency range prevents the failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100