1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-07-28 19:43:26 +02:00

Define and use a [tests] extra

This commit is contained in:
Miro Hrončok
2022-12-07 22:32:57 +01:00
parent d2f9344898
commit 4f97be7952
2 changed files with 9 additions and 3 deletions

View File

@@ -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",