File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,15 @@ prompt-toolkit = ">=3.0.0,<4.0.0"
3737pyrsistent = " >=0.18.0,<1.0.0"
3838typing-extensions = " >=4.7.0,<5.0.0"
3939
40- pytest = { version = " >=8.4 .0,<9.0.0" , optional = true }
40+ pytest = { version = " >=7.0 .0,<9.0.0" , optional = true }
4141pygments = { version = " >=2.9.0,<3.0.0" , optional = true }
4242
4343[tool .poetry .group .dev .dependencies ]
4444black = " >=24.0.0"
4545docutils = " *"
4646isort = " *"
4747pygments = " *"
48- pytest = " >=8.4 .0,<9.0.0"
48+ pytest = " >=7.0 .0,<9.0.0"
4949pytest-pycharm = " *"
5050# Ensure the Sphinx version remains synchronized with docs/requirements.txt
5151# to maintain consistent output during both development and publishing on
Original file line number Diff line number Diff line change @@ -748,7 +748,8 @@ def test(
748748 # `basilisp` declares the testrunner as a pytest plugin, so
749749 # pytest tries to import it for assertion rewriting. Since
750750 # it's already imported, pytest emits a warning. As rewriting
751- # isn't needed, we ignore it.
751+ # isn't needed, we ignore it. (Requires pytest >=8.4.0 to take
752+ # effect)
752753 extra = [
753754 "-W" ,
754755 "ignore:Module already imported so cannot be rewritten; basilisp:pytest.PytestAssertRewriteWarning" ,
You can’t perform that action at this time.
0 commit comments