mirror of
https://github.com/fedora-python/tox-current-env.git
synced 2024-12-23 16:46:14 +01:00
Define and use a [tests] extra
This commit is contained in:
parent
d2f9344898
commit
4f97be7952
7
setup.py
7
setup.py
@ -22,6 +22,13 @@ setup(
|
||||
"tox>=3.15,<4",
|
||||
"importlib_metadata; python_version < '3.8'"
|
||||
],
|
||||
extras_require={
|
||||
"tests": [
|
||||
"pytest",
|
||||
"pytest-xdist",
|
||||
"packaging",
|
||||
],
|
||||
},
|
||||
python_requires=">=3.6",
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
Loading…
Reference in New Issue
Block a user