Skip to content
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
TST: Test cow for set_flags
  • Loading branch information
phofl committed Dec 29, 2022
commit 450f62960b866878b8b497e41d416974747d1c49
1 change: 0 additions & 1 deletion pandas/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,6 @@ def using_copy_on_write() -> bool:
"""
Fixture to check if Copy-on-Write is enabled.
"""
pd.options.mode.copy_on_write = True
return pd.options.mode.copy_on_write and pd.options.mode.data_manager == "block"


Expand Down