adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
95 stars 34 forks source link

Fixing test fails in dependabot Django version bump to 5.0.x #108

Closed nilbot closed 6 months ago

nilbot commented 6 months ago

Replacing django.utils.timezone.utc with datetime.timezone.utc in test test_combine_date_and_time_with_timezone

This enabled tests passing for Django version bump to 5.0.x tests passed locally Referencing #98 errorlog

adamspd commented 6 months ago

@nilbot Are you able to re-run the tests so that the changes can be merged ?

nilbot commented 6 months ago

@nilbot Are you able to re-run the tests so that the changes can be merged ?

Looks like the tests have passed. 😄