Revert "PLAT-2060 Use pip-tools to manage requirements files"

This commit is contained in:
Feanil Patel
2018-04-10 12:54:41 -04:00
committed by GitHub
parent cce91d6b34
commit a7fa0c211d
38 changed files with 434 additions and 1547 deletions

View File

@@ -2590,8 +2590,7 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
self.assertIn(time_zone_name, common_timezones_set)
self.assertEqual(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, 439),
@ddt.data((ALL_TIME_ZONES_URI, 436),
(COUNTRY_TIME_ZONES_URI, 28))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):