8000 TST: Insert 'match' to bare pytest raises by ShaharNaveh · Pull Request #30997 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST: Insert 'match' to bare pytest raises #30997

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 9 commits into from
Jan 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pandas/tests/test_downstream.py
Co-Authored-By: William Ayd <william.ayd@icloud.com>
  • Loading branch information
ShaharNaveh and WillAyd authored Jan 14, 2020
commit 15fce189d2123068df968922de6fa63fa5f0fad8
2 changes: 1 addition & 1 deletion pandas/tests/test_downstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_missing_required_dependency():

msg = (
r"Command '\['python', '-sSE', '-c', 'import pandas'\]' "
r"returned non-zero exit status 1."
"returned non-zero exit status 1."
)

with pytest.raises(subprocess.CalledProcessError, match=msg) as exc:
Expand Down
0