Skip to content

Commit

Permalink
Restrict pytest-check to 2.2.2
Browse files Browse the repository at this point in the history
Newer versions of pytest-check don't play nice with pytest-reportlog:
okken/pytest-check#173
  • Loading branch information
bmerry committed Jan 28, 2025
1 parent a32aa19 commit bb13a42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qualification/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pytest-asyncio==0.25.2
# via
# -c qualification/../requirements-dev.txt
# katgpucbf (setup.cfg)
pytest-check==2.4.1
pytest-check==2.2.2
# via katgpucbf (setup.cfg)
pytest-custom-exit-code==0.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ qualification =
pylatex
pytest
pytest-asyncio
pytest-check>=1.3
pytest-check>=1.3,<2.2.3 # Upper bound due to https://github.com/okken/pytest-check/issues/173
pytest-custom_exit_code
pytest-reportlog

Expand Down

0 comments on commit bb13a42

Please sign in to comment.