-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Travis: use xdist for py?? envs, keeping py27/py37 #4787
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.