From 7183d53c23e3126032a59b5617259af240ead552 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 23 Sep 2021 07:58:02 -0400 Subject: [PATCH] put test dependency in the setuptools test extra --- setup.py | 2 ++ tox.ini | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3433e93f4..27407a403 100644 --- a/setup.py +++ b/setup.py @@ -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, diff --git a/tox.ini b/tox.ini index 0e8e58ea6..9b0f71038 100644 --- a/tox.ini +++ b/tox.ini @@ -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.