Skip to content

Commit

Permalink
Update pytest-plus to 0.6.1 (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
shatakshiiii authored Feb 9, 2024
1 parent f61b65f commit cf3208e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ darglint
flake8-docstrings
libtmux
pre-commit
pytest-env
pytest-mock
pytest-plus # implements PYTEST_REQPASS
pytest-subtests
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,11 @@ filterwarnings = [
"ignore::DeprecationWarning:ansible_runner"
]

[tool.pytest_env]
PYTEST_CHECK_TEST_DUPLICATE = 0
PYTEST_CHECK_TEST_ID_REGEX = 0
PYTEST_MAX_TEST_ID_LENGTH = 0

[tool.ruff]
fix = true
line-length = 100
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ pyflakes==3.1.0
pygments==2.17.2
pymdown-extensions==10.7
pytest==7.4.4
pytest-env==1.1.3
pytest-mock==3.12.0
pytest-plus==0.4.0
pytest-plus==0.6.1
pytest-subtests==0.11.0
pytest-xdist==3.5.0
python-daemon==3.0.1
Expand Down

0 comments on commit cf3208e

Please sign in to comment.