summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-06-04 09:58:28 -0700
committerAnthony Sottile <asottile@umich.edu>2020-06-04 09:58:58 -0700
commit789eea246425fefebf60f188f9a4b4606ff65514 (patch)
tree4bb40db3a1c0d6248bea6d599a44ebbcab1b782e /setup.cfg
parentcf640a9b67c054520e64caf2448baa2b90317b97 (diff)
downloadpytest-789eea246425fefebf60f188f9a4b4606ff65514.tar.gz
Run setup-py-upgrade and setup-cfg-fmt
- also ran `pre-commit autoupdate` - https://github.com/asottile/setup-py-upgrade - https://github.com/asottile/setup-cfg-fmt
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg63
1 files changed, 45 insertions, 18 deletions
diff --git a/setup.cfg b/setup.cfg
index ab3e0f88c..a7dd6d1c3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,35 +2,35 @@
name = pytest
description = pytest: simple powerful testing with Python
long_description = file: README.rst
+long_description_content_type = text/x-rst
url = https://docs.pytest.org/en/latest/
-project_urls =
- Source=https://github.com/pytest-dev/pytest
- Tracker=https://github.com/pytest-dev/pytest/issues
-
author = Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others
-
-license = MIT license
-keywords = test, unittest
+license = MIT
+license_file = LICENSE
+platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 6 - Mature
Intended Audience :: Developers
License :: OSI Approved :: MIT License
- Operating System :: POSIX
- Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
- Topic :: Software Development :: Testing
- Topic :: Software Development :: Libraries
- Topic :: Utilities
+ Operating System :: Microsoft :: Windows
+ Operating System :: POSIX
+ Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
-platforms = unix, linux, osx, cygwin, win32
+ Topic :: Software Development :: Libraries
+ Topic :: Software Development :: Testing
+ Topic :: Utilities
+keywords = test, unittest
+project_urls =
+ Source=https://github.com/pytest-dev/pytest
+ Tracker=https://github.com/pytest-dev/pytest/issues
[options]
-zip_safe = no
packages =
_pytest
_pytest._code
@@ -39,13 +39,40 @@ packages =
_pytest.config
_pytest.mark
pytest
-
+install_requires =
+ attrs>=17.4.0
+ iniconfig
+ more-itertools>=4.0.0
+ packaging
+ pluggy>=0.12,<1.0
+ py>=1.5.0
+ atomicwrites>=1.0;sys_platform=="win32"
+ colorama;sys_platform=="win32"
+ importlib-metadata>=0.12;python_version<"3.8"
+ pathlib2>=2.2.0;python_version<"3.6"
python_requires = >=3.5
+package_dir =
+ =src
+setup_requires =
+ setuptools>=40.0
+ setuptools-scm
+zip_safe = no
[options.entry_points]
console_scripts =
- pytest=pytest:console_main
- py.test=pytest:console_main
+ pytest=pytest:console_main
+ py.test=pytest:console_main
+
+[options.extras_require]
+checkqa-mypy =
+ mypy==0.780
+testing =
+ argcomplete
+ hypothesis>=3.56
+ mock
+ nose
+ requests
+ xmlschema
[build_sphinx]
source-dir = doc/en/
@@ -57,7 +84,7 @@ upload-dir = doc/en/build/html
[check-manifest]
ignore =
- src/_pytest/_version.py
+ src/_pytest/_version.py
[devpi:upload]
formats = sdist.tgz,bdist_wheel