-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating time zone #123
base: main
Are you sure you want to change the base?
updating time zone #123
Conversation
Signed-off-by: Ofir Bachar <[email protected]>
@idosinger98 can help please? |
It won't work without pytz installed |
I have installed pytz and it still failed. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not the updated tests, there are new tests in PR 132
@OfirBachar maybe rebase will help here |
I rebased. Apparently, that wasn't the problem. |
@idosinger98 The problem in one of your tests, reservation/test_make_appointment.py::TestMakeAppointment::test_confirm_appointment_view, import pytest @pytest.fixture @pytest.mark.django_db
|
Updating time zone to Israel by changing the TIME_ZONE in settings.py file