Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored and abravalheri committed Mar 6, 2024
1 parent 745e41e commit 26edca5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ testing =
pytest-cov; \
# coverage seems to make PyPy extremely slow
python_implementation != "PyPy"
pytest-mypy
pytest-mypy >= 0.9.1; \
# workaround for https://github.com/jaraco/skeleton/issues/22
python_implementation != "PyPy"
pytest-enabler >= 2.2
# workaround for pypa/setuptools#3921
pytest-ruff >= 0.2.1; sys_platform != "cygwin"
Expand All @@ -73,7 +75,7 @@ testing =
jaraco.develop >= 7.21; python_version >= "3.9" and sys_platform != "cygwin"
pytest-home >= 0.5
# No Python 3.12 dependencies require importlib_metadata, but needed for type-checking since we import it directly
importlib_metadata; python_version >= "3.12"
importlib_metadata

testing-integration =
pytest
Expand Down

0 comments on commit 26edca5

Please sign in to comment.