disable requests_mock pytest plugin

While we use requests-mock, we don't need the pytest plugin.

Change-Id: If14e4d2c1af2efcbc99e9b6fe10973a7eb94d589
This commit is contained in:
Clay Gerrard 2023-05-02 17:28:21 -05:00 committed by Tim Burke
parent f99a6e5762
commit 9adc3ce425
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ requires =
tox<4
[pytest]
addopts = --verbose
addopts = --verbose -p no:requests_mock
[testenv]
usedevelop = True