Skip to content

TST: un-xfail NaT test on npdev #51455

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
Feb 17, 2023
Merged

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

# GH 26039
opname = compare_operators_no_eq_ne
if isinstance(other, (np.datetime64, np.timedelta64)) and (
opname in ["__eq__", "__ne__"] or not is_numpy_dev
Copy link
Member Author

Choose a reason for hiding this comment

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

looks like the eq/ne checks here are unnecessary. ill clean it up in a follow-up so we can get the CI back to green quickly.

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Feb 17, 2023
@mroeschke mroeschke added this to the 2.0 milestone Feb 17, 2023
Copy link
Member

@mroeschke mroeschke left a comment

Choose a reason for hiding this comment

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

LGTM merge whoever sees greenish first

@jbrockmendel
Copy link
Member Author

npdev is green, the failing test is an unrelated file leak. merging.

@jbrockmendel jbrockmendel merged commit 4965c51 into pandas-dev:main Feb 17, 2023
@jbrockmendel jbrockmendel deleted the npdev branch February 17, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants