Skip to content

Commit

Permalink
Merge pull request #49 from AI-Planning/update-pytest-version
Browse files Browse the repository at this point in the history
Update pytest version to 7.2.0
  • Loading branch information
haz authored Nov 18, 2022
2 parents 0c2d82c + f4f68f1 commit 50ecfd4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
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

0 comments on commit 50ecfd4

Please sign in to comment.