Skip to content

Commit

Permalink
Require pytest>=6.2.0 for the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Apr 15, 2022
1 parent 0b1e7e3 commit 838d2c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Added
``pyproject.toml``, the ``PY_COLORS`` and ``NO_COLOR`` environment variables, and the
``--color``/``--no-color`` command line options.
- Syntax highlighting is now enabled by default in the GitHub Action.
- ``pytest>=6.2.0`` now required for the test suite due to type hinting issues.

Fixed
-----
Expand Down
2 changes: 1 addition & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ flake8-bugbear==22.1.11
flake8-comprehensions==3.7.0
mypy==0.940
Pygments==2.4.0
pytest==6.1.0
pytest==6.2.0
pytest-flake8==1.0.6
pytest-isort==1.1.0
pytest-kwparametrize==0.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test =
mypy>=0.940
pygments
pylint
pytest>=6.1.0
pytest>=6.2.0
pytest-darker
pytest-flake8>=1.0.6
pytest-isort>=1.1.0
Expand Down

0 comments on commit 838d2c1

Please sign in to comment.