summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:07:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:07:59 -0400
commit212e995cd366010a8c372ea2fedfbb8be471e5cb (patch)
treeb160b352e11145b40f82a3f5582c90e6706e76cb
parent14787e69e793d68c8ac17f010dc45891ee0a492c (diff)
downloadpytest-runner-212e995cd366010a8c372ea2fedfbb8be471e5cb.tar.gz
Remove workaround for python/typed_ast#156.
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 53387b6..80fd268 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,12 +32,10 @@ testing =
pytest-checkdocs >= 2.4
pytest-flake8
# python_implementation: workaround for jaraco/skeleton#22
- # python_version: workaround for python/typed_ast#156
- pytest-black >= 0.3.7; python_implementation != "PyPy" and python_version < "3.10"
+ 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-mypy; python_implementation != "PyPy"
pytest-enabler >= 1.0.1
# local