Skip to content

Commit

Permalink
UnitTest fix for #489: ignore multiprocessing
Browse files Browse the repository at this point in the history
Much like in PR #481, when adding a library to the DEFAULT_IGNORE_LIST,
the config test should be adapted to expect that library to be ignored as well.
  • Loading branch information
micromoses committed Feb 17, 2023
1 parent 4eb611a commit e090f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def test_extend_default_ignore_list():
'django.utils.six.moves',
'google.gax',
'threading',
'multiprocessing',
'Queue',
'selenium',
'_pytest.terminal.',
Expand Down

0 comments on commit e090f72

Please sign in to comment.