mirror of https://github.com/ansible/ansible.git
Run pytest with dedicated pytest.ini. (#59842)
Also disable the pytest cache plugin.pull/59850/head
parent
f944bd2358
commit
93931810c8
@ -0,0 +1,3 @@
|
|||||||
|
[pytest]
|
||||||
|
xfail_strict = true
|
||||||
|
mock_use_standalone_module = true
|
||||||
Loading…
Reference in New Issue