Skip to content

Commit a25bc25

Browse files
committed
Add comments indicating why the exclusions are present
1 parent 5f369ca commit a25bc25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ testing =
3434
pytest >= 4.6
3535
pytest-checkdocs >= 1.2.3
3636
pytest-flake8
37+
# python_implementation: workaround for jaraco/skeleton#22
3738
pytest-black >= 0.3.7; python_implementation != "PyPy"
3839
pytest-cov
40+
# python_implementation: workaround for jaraco/skeleton#22
3941
pytest-mypy; python_implementation != "PyPy"
4042
pytest-enabler
4143

0 commit comments

Comments
 (0)