summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Gerrard <clay.gerrard@gmail.com>2023-05-02 17:28:21 -0500
committerTim Burke <tim.burke@gmail.com>2023-05-10 14:45:33 -0700
commit9adc3ce425bf2a05836247e032355ae54b62a271 (patch)
tree1cc8782c6faa86c0ecc19f8a7359984b0059f0e2
parentf99a6e5762896c7789d168bc49d8cdcb47903264 (diff)
downloadswift-9adc3ce425bf2a05836247e032355ae54b62a271.tar.gz
disable requests_mock pytest plugin
While we use requests-mock, we don't need the pytest plugin. Change-Id: If14e4d2c1af2efcbc99e9b6fe10973a7eb94d589
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8cc365749..69353b888 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