Skip to content

fix: pseudo-race condition on deps

Pelayo García requested to merge fix/race-condition-on-python-dateutil into master

resouce_booking depends on freezegun, that set the python-dateutil version to 2.7.

resource_booking needs at least python-dateutil==2.8.1

It seems that freezegun, that were being installed after python-dateutil, sets the dependency to v2.7 despite we've installed the v2.8.2 before.

Merge request reports

Loading