diff --git a/changelogs/fragments/20221026-pytest-forked.yml b/changelogs/fragments/20221026-pytest-forked.yml new file mode 100644 index 00000000000..50a918cab3d --- /dev/null +++ b/changelogs/fragments/20221026-pytest-forked.yml @@ -0,0 +1,2 @@ +trivial: +- test-requirements - add pytest-forked to requirements for unit tests diff --git a/test-requirements.txt b/test-requirements.txt index 794bc7df03a..7d12621a170 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,9 +5,10 @@ coverage==4.5.4 placebo mock pytest -pytest-xdist -# We should avoid these two modules with py3 +pytest-forked pytest-mock +pytest-xdist + # Needed for ansible.utils.ipaddr in tests netaddr # Sometimes needed where we don't have features we need in modules