put test dependency in the setuptools test extra

This commit is contained in:
Jean-Paul Calderone 2021-09-23 07:58:02 -04:00
parent 2f60ab300b
commit 7183d53c23
2 changed files with 2 additions and 2 deletions

View File

@ -404,6 +404,8 @@ setup(name="tahoe-lafs", # also set in __init__.py
"tenacity",
"paramiko",
"pytest-timeout",
# Does our OpenMetrics endpoint adhere to the spec:
"prometheus-client == 0.11.0",
] + tor_requires + i2p_requires,
"tor": tor_requires,
"i2p": i2p_requires,

View File

@ -52,8 +52,6 @@ deps =
certifi
# VCS hooks support
py36,!coverage: pre-commit
# Does our OpenMetrics endpoint adhere to the spec:
prometheus-client==0.11.0
# We add usedevelop=False because testing against a true installation gives
# more useful results.