Skip to content

CI/TST: Disallow usage of pytest.xfail #39624

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 5 commits into from
Feb 8, 2021

Conversation

rhshadrach
Copy link
Member

@rhshadrach rhshadrach added Testing pandas testing functions or related to the test suite CI Continuous Integration Code Style Code style, linting, code_checks labels Feb 6, 2021
name: Check for use of pytest.xfail
entry: pytest\.xfail
language: pygrep
types: [python]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Maybe add files: ^pandas/tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added, thanks!

@jreback jreback added this to the 1.3 milestone Feb 7, 2021
@jreback
Copy link
Contributor

jreback commented Feb 7, 2021

looks fine, some doc issue in ci / checks. ping on green.

@rhshadrach
Copy link
Member Author

@jreback green

@jreback jreback merged commit 80431ad into pandas-dev:master Feb 8, 2021
@jreback
Copy link
Contributor

jreback commented Feb 8, 2021

thanks @rhshadrach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Code Style Code style, linting, code_checks Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: Disallow pytest.xfail
3 participants