Skip to content

Commit 0245c9c

Browse files
committed
added pytest.ini to suppress warning in operator_is_compilation_test and allow for future warning suppression
1 parent 3d0ad32 commit 0245c9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
filterwarnings =
3+
ignore:.*\"is\" with a literal.*:SyntaxWarning:.*operator_is_compilation_test.*

0 commit comments

Comments
 (0)