Skip to content

Commit b0b1dba

Browse files
committed
pytest.ini: Ignore pandas warning about ChainedAssignmentError
This is tracked in [1]. [1]: #577
1 parent 5b63dd2 commit b0b1dba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ filterwarnings =
1010
ignore::marshmallow.warnings.RemovedInMarshmallow4Warning
1111
ignore::marshmallow.warnings.ChangedInMarshmallow4Warning
1212
ignore:scipy.misc is deprecated and will be removed in 2.0.0
13+
ignore:.*behaviour will change in pandas 3.0!.*:FutureWarning

0 commit comments

Comments
 (0)