Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pytest version to 7.2.0 #49

Merged
merged 1 commit into from
Nov 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = ">=6.2.5,<6.3.0"
pytest-cov = ">=3.0.0,<3.1.0"
pytest-lazy-fixture = ">=0.6.3,<0.7.0"
pytest = ">=7.2.0,<7.3.0"
pytest-cov = ">=4.0.0,<4.1.0"
pytest-randomly = ">=3.12.0,<3.13.0"
pytest-lazy-fixture = ">=0.6.3 ,<0.7.0"
tox = "*"
ipython = "*"
codecov = "*"
Expand Down
43 changes: 25 additions & 18 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ envlist = check-copyright, black-check, isort-check, docs, flake8, mypy, py3.8,
setenv =
PYTHONPATH = {toxinidir}
deps =
pytest
pytest-cov
pytest-randomly
pytest-lazy-fixture
pytest>=7.2.0,<7.3.0
pytest-cov>=4.0.0,<4.1.0
pytest-randomly>=3.12.0,<3.13.0
pytest-lazy-fixture>=0.6.3 ,<0.7.0
mistune==2.0.0a4

commands =
Expand Down