Skip to content

Commit

Permalink
Silence syntax warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 13, 2024
1 parent 4a366ea commit 2629d83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,12 @@ def pexpect(p, out):
ignore_last_lines_with = (
"DeprecationWarning: The distutils package is deprecated",
"from distutils.version import LooseVersion",
": SyntaxWarning: 'int' object is not ",
": CoconutWarning: Deprecated use of ",
" assert_raises(",
" assert ",
"Populating initial parsing cache",
"_coconut.warnings.warn(",
": SyntaxWarning: invalid escape sequence",
": SyntaxWarning: ",
)

kernel_installation_msg = (
Expand Down

0 comments on commit 2629d83

Please sign in to comment.