Pandas4Warning: Copy-on-Write is always enabled with pandas >= 3.0#12272
Pandas4Warning: Copy-on-Write is always enabled with pandas >= 3.0#12272crusaderky merged 1 commit intodask:mainfrom
Conversation
|
This CI failure is unrelated to this PR (#12225):
|
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 21 files + 18 21 suites +18 5h 4m 52s ⏱️ + 4h 51m 55s For more details on these failures, see this check. Results for commit 1c44fec. ± Comparison against base commit 1be4042. |
Prevent
in the test suite.
pyproject.toml informs that this warning should cause a hard error in pytest. This is not the case, for some reason. I'm tackling this issue in a downstream PR.