BUG: regex match in compliance tests no longer match pytest expected inputs #61557
Open
2 of 3 tasks
Labels
Error Reporting
Incorrect or improved errors from pandas
good first issue
Testing
pandas testing functions or related to the test suite
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
When I run compliance tests in python-db-dtype-pandas (a support file used by python-bigquery) I am getting multiple warnings (which cause test failures) due to a recent update in how pytest handles regex matches.
In pandas release 2.2.3 there is a snippet of code:
Pytest returns this Warning:
This warning shows up in association with each of these pandas tests (it may occur with other tests, but these are the only ones that my tests revealed.):
Expected Behavior
N/A
Installed Versions
N/A
The text was updated successfully, but these errors were encountered: