-
-
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
[WIP] ci: tox/Travis: use pexpect for dep only #5313
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5313 +/- ##
===========================================
- Coverage 90.48% 75.53% -14.96%
===========================================
Files 115 115
Lines 26258 26273 +15
Branches 2587 2586 -1
===========================================
- Hits 23760 19845 -3915
- Misses 2159 5917 +3758
- Partials 339 511 +172
Continue to review full report at Codecov.
|
For pytest-dev#5306 I would have to add `testing/test_pytester.py` to the default pos args, but that would run all other tests therein additionally. This also adds pexpect tests to the MacOS job, which appears to have caused trouble at least in the past, and likely needs fixing here before this works.
@blueyed What are you looking for in my review? There's a whole chain of tickets leading to this one, enough that it'll take me awhile to try to understand what's going on here. Can you direct me to how I can help? |
@jaraco |
Moved into / closing in favor of #5336. |
For #5306 I would have to add
testing/test_pytester.py
to the default pos args, but that would runall other tests therein additionally.
This also adds pexpect tests to the MacOS job, which appears to have
caused trouble at least in the past, and likely needs fixing here before
this works.
TODO: