Skip to content

Commit dd688a6

Browse files
committed
Use the new ; format in the message to specify basilisp in warning
1 parent c4e5f9d commit dd688a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basilisp/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ def test(
751751
# isn't needed, we ignore it.
752752
extra = [
753753
"-W",
754-
"ignore:Module already imported so cannot be rewritten:pytest.PytestAssertRewriteWarning",
754+
"ignore:Module already imported so cannot be rewritten; basilisp:pytest.PytestAssertRewriteWarning",
755755
] + extra
756756

757757
sys.exit(pytest.main(args=list(extra)))

0 commit comments

Comments
 (0)