spulec / freezegun

Let your Python tests travel through time
Apache License 2.0
4.15k stars 269 forks source link

rename excluded package "Queue" to match its python 3 name #527

Closed yonil closed 8 months ago

yonil commented 9 months ago

On python 3 Queue was renamed to queue. As a result it seems this is no longer excluding the queue package.

bblommers commented 9 months ago

One of our tests is failing with this change:

https://github.com/spulec/freezegun/actions/runs/7378273067/job/20138768211?pr=527

yonil commented 9 months ago

@bblommers fixed the test. Should be good now.