Skip to content

Commit f57eef6

Browse files
authored
Apply suggestion from @chalmerlowe
1 parent 26ca6f4 commit f57eef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ filterwarnings =
1717
ignore:[\n]*.*You are using a Python version.*3\.8:FutureWarning
1818
# Remove after support for Python 3.9 is dropped:
1919
ignore:You are using a Python version \(3\.9:FutureWarning
20-
ignore:.*You are using a Python version 3\.9:FutureWarning
20+
ignore:[\n]*.*You are using a Python version 3\.9:FutureWarning
2121
ignore:You are using a non-supported Python version \(3\.9:DeprecationWarning
2222
ignore:You are using a non-supported Python version \(3\.9:FutureWarning
2323
# Remove after support for Python 3.10 is dropped

0 commit comments

Comments
 (0)