summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 6 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 57ba2f7..14bff40 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,4 @@
[metadata]
-license_files =
- LICENSE
name = pytest-runner
author = Jason R. Coombs
author_email = jaraco@jaraco.com
@@ -22,7 +20,6 @@ include_package_data = true
python_requires = >=3.6
install_requires =
# setuptools 27.3 is required at run time
-setup_requires = setuptools_scm[toml] >= 3.4.1
[options.packages.find]
exclude =
@@ -37,13 +34,13 @@ testing =
pytest >= 4.6
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; \
+ # workaround for jaraco/skeleton#22
+ 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; \
+ # workaround for jaraco/skeleton#22
+ python_implementation != "PyPy"
pytest-enabler >= 1.0.1
# local