@@ -635,8 +635,8 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
|
||||
assert time_zone_info['description'] == get_display_time_zone(time_zone_name)
|
||||
|
||||
# The time zones count may need to change each time we upgrade pytz
|
||||
@ddt.data((ALL_TIME_ZONES_URI, 434),
|
||||
(COUNTRY_TIME_ZONES_URI, 24))
|
||||
@ddt.data((ALL_TIME_ZONES_URI, 433),
|
||||
(COUNTRY_TIME_ZONES_URI, 23))
|
||||
@ddt.unpack
|
||||
def test_get_basic(self, country_uri, expected_count):
|
||||
""" Verify that correct time zone info is returned """
|
||||
|
||||
@@ -83,11 +83,6 @@ babel==2.11.0
|
||||
social-auth-app-django==5.0.0
|
||||
algoliasearch==2.6.3
|
||||
|
||||
# pytz>2022 has major changes which are causing test failures.
|
||||
# Pinning this version for now so this could be fixed in a separate PR later on
|
||||
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32093
|
||||
pytz<2023
|
||||
|
||||
# urllib3>=2.0.0 conflicts with elastic search && snowflake-connector-python packages
|
||||
# which require urllib3<2 for now.
|
||||
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/32222
|
||||
|
||||
@@ -962,9 +962,8 @@ python3-openid==3.2.0 ; python_version >= "3"
|
||||
# social-auth-core
|
||||
python3-saml==1.16.0
|
||||
# via -r requirements/edx/kernel.in
|
||||
pytz==2022.7.1
|
||||
pytz==2023.3.post1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/kernel.in
|
||||
# babel
|
||||
# django
|
||||
|
||||
@@ -1693,9 +1693,8 @@ python3-saml==1.16.0
|
||||
# via
|
||||
# -r requirements/edx/doc.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
pytz==2022.7.1
|
||||
pytz==2023.3.post1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/doc.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
# babel
|
||||
|
||||
@@ -1162,9 +1162,8 @@ python3-openid==3.2.0 ; python_version >= "3"
|
||||
# social-auth-core
|
||||
python3-saml==1.16.0
|
||||
# via -r requirements/edx/base.txt
|
||||
pytz==2022.7.1
|
||||
pytz==2023.3.post1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# babel
|
||||
# django
|
||||
|
||||
@@ -1279,9 +1279,8 @@ python3-openid==3.2.0 ; python_version >= "3"
|
||||
# social-auth-core
|
||||
python3-saml==1.16.0
|
||||
# via -r requirements/edx/base.txt
|
||||
pytz==2022.7.1
|
||||
pytz==2023.3.post1
|
||||
# via
|
||||
# -c requirements/edx/../constraints.txt
|
||||
# -r requirements/edx/base.txt
|
||||
# babel
|
||||
# django
|
||||
|
||||
Reference in New Issue
Block a user