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:
parent
f99a6e5762
commit
9adc3ce425
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ requires =
|
|||||||
tox<4
|
tox<4
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = --verbose
|
addopts = --verbose -p no:requests_mock
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user