Skip to content

Commit

Permalink
add pytest-forked to test requirements (#1569)
Browse files Browse the repository at this point in the history
add pytest-forked to test requirements

SUMMARY
ansible-test is using pytest --forked we need the sub-module installed
ISSUE TYPE

Bugfix Pull Request

COMPONENT NAME
test-requirements.txt
ADDITIONAL INFORMATION
See also: ansible/ansible#76679

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Oct 26, 2022
1 parent fa58965 commit 2e0fa2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/20221026-pytest-forked.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- test-requirements - add pytest-forked to requirements for unit tests
6 changes: 4 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ python-dateutil # Used by autoscaling_scheduled_action
coverage==4.5.4
placebo
mock
pytest-xdist
# We should avoid these two modules with py3
pytest
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
Expand Down

0 comments on commit 2e0fa2d

Please sign in to comment.