Skip to content
Merged
4 changes: 3 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ filterwarnings =
# Remove after support for Python 3.8 is dropped
ignore:You are using a non-supported Python version \(3\.8:DeprecationWarning
ignore:You are using a non-supported Python version \(3\.8:FutureWarning
# Remove after support for Python 3.9 is dropped
# Remove after support for Python 3.9 is dropped:
ignore:You are using a Python version \(3\.9:FutureWarning
ignore:You are using a non-supported Python version \(3\.9:DeprecationWarning
ignore:You are using a non-supported Python version \(3\.9:FutureWarning
# Remove after support for Python 3.10 is dropped
ignore:.*You are using a Python version \(3\.10:FutureWarning
Loading