Skip to content

Commit

Permalink
Bump minimums on pytest-checkdocs and pytest-enabler as found on Setu…
Browse files Browse the repository at this point in the history
…ptools.
  • Loading branch information
jaraco committed Mar 7, 2021
1 parent 14312a5 commit af54451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ exclude =
testing =
# upstream
pytest >= 4.6
pytest-checkdocs >= 1.2.3
pytest-checkdocs >= 2.4
pytest-flake8
# python_implementation: workaround for jaraco/skeleton#22
pytest-black >= 0.3.7; python_implementation != "PyPy"
pytest-cov
# python_implementation: workaround for jaraco/skeleton#22
# python_version: workaround for python/typed_ast#156
pytest-mypy; python_implementation != "PyPy" and python_version < "3.10"
pytest-enabler
pytest-enabler >= 1.0.1

# local

Expand Down

0 comments on commit af54451

Please sign in to comment.