Skip to content

Commit

Permalink
Further fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 13, 2024
1 parent 2629d83 commit 7041fcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,12 @@ def pexpect(p, out):
"DeprecationWarning: The distutils package is deprecated",
"from distutils.version import LooseVersion",
": CoconutWarning: Deprecated use of ",
" assert_raises(",
" assert ",
"Populating initial parsing cache",
"_coconut.warnings.warn(",
": SyntaxWarning: ",
" assert_raises(",
" assert ",
" if x is 1:",
)

kernel_installation_msg = (
Expand Down

0 comments on commit 7041fcb

Please sign in to comment.