We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
;
1 parent c4e5f9d commit dd688a6Copy full SHA for dd688a6
src/basilisp/cli.py
@@ -751,7 +751,7 @@ def test(
751
# isn't needed, we ignore it.
752
extra = [
753
"-W",
754
- "ignore:Module already imported so cannot be rewritten:pytest.PytestAssertRewriteWarning",
+ "ignore:Module already imported so cannot be rewritten; basilisp:pytest.PytestAssertRewriteWarning",
755
] + extra
756
757
sys.exit(pytest.main(args=list(extra)))
0 commit comments