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 4c4668c commit d7bfe23Copy full SHA for d7bfe23
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