Skip to content

Commit

Permalink
rename excluded package "Queue" to match its python 3 name (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblommers committed Jan 14, 2024
2 parents 5e06dff + 63a2f43 commit 78b4437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freezegun/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'google.gax',
'threading',
'multiprocessing',
'Queue',
'queue',
'selenium',
'_pytest.terminal.',
'_pytest.runner.',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_extend_default_ignore_list():
'google.gax',
'threading',
'multiprocessing',
'Queue',
'queue',
'selenium',
'_pytest.terminal.',
'_pytest.runner.',
Expand Down

0 comments on commit 78b4437

Please sign in to comment.