Skip to content

Do not save data with _pytest.outcomes.Exit #119

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

Merged
merged 3 commits into from
Jan 21, 2019
Merged

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Dec 14, 2018

This was changed in pytest (will be in 4.1).

Exit is derived from SystemExit and not KeyboardInterrupt anymore.

Ref pytest-dev/pytest#4292

This was changed in pytest (will be in 4.1).

`Exit` is derived from `SystemExit` and not `KeyboardInterrupt` anymore.

Ref pytest-dev/pytest#4292
@tarpas
Copy link
Owner

tarpas commented Jan 18, 2019

@blueyed Daniel, at a quick glance I don't understand why the build is failing here or how to fix it.

@blueyed
Copy link
Contributor Author

blueyed commented Jan 18, 2019

pytest-xdist does not support the pytest version: https://travis-ci.org/tarpas/pytest-testmon/jobs/468087696#L488

I am changing it to use py36-pytest41-xdist instead.

@tarpas tarpas merged commit aa4d3ef into tarpas:master Jan 21, 2019
@blueyed blueyed deleted the exit branch January 21, 2019 19:58
@blueyed
Copy link
Contributor Author

blueyed commented Jan 21, 2019

Sorry, this will be changed likely in pytest-dev/pytest#4280 again.

It should not handle SystemExit, but pytest's Exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants