From 9adc3ce425bf2a05836247e032355ae54b62a271 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Tue, 2 May 2023 17:28:21 -0500 Subject: [PATCH] disable requests_mock pytest plugin While we use requests-mock, we don't need the pytest plugin. Change-Id: If14e4d2c1af2efcbc99e9b6fe10973a7eb94d589 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8cc365749c..69353b888f 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ requires = tox<4 [pytest] -addopts = --verbose +addopts = --verbose -p no:requests_mock [testenv] usedevelop = True