Travis: use xdist for py?? envs, keeping py27/py37#4787
Travis: use xdist for py?? envs, keeping py27/py37#4787blueyed merged 4 commits intopytest-dev:masterfrom
Conversation
|
TestEarlyRewriteBailout.test_cwd_changed failed on py34-xdist: https://travis-ci.org/pytest-dev/pytest/jobs/492822748#L281 - maybe only flaky, have not restarted it yet. |
|
Also fails with |
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
|
Created pytest-dev/py#207 for a fix in py. It gets triggered with |
Codecov Report
@@ Coverage Diff @@
## master #4787 +/- ##
==========================================
- Coverage 95.64% 94.01% -1.64%
==========================================
Files 113 113
Lines 25054 25052 -2
Branches 2488 2486 -2
==========================================
- Hits 23963 23552 -411
- Misses 769 1131 +362
- Partials 322 369 +47
Continue to review full report at Codecov.
|
|
Seems like codecov missed the intermediate failure with |
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
|
Would be good to get the fix for write_fspath_result into master / a bugfix release, since it causes also problems with py's tests for the fix there.. I'm going to rebased this against master. |
430c123 to
6fb7269
Compare
Cherry-picked from features. Conflicts: tox.ini
|
Cherry-picked xdist factor related commits from features. |
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
Python 3.4 might raise FileNotFoundError due to `os.getcwd()` failing on a non-existing cwd. This is fixed in Python 3.5. Ref: pytest-dev/pytest#4787 (comment)
No description provided.