PLAT-2060 Use pip-tools to manage requirements files (take 2)

This reverts commit a7fa0c211d.
This commit is contained in:
Jeremy Bowman
2018-04-10 16:34:50 -04:00
parent 98a13423d1
commit 9ca9aa44c6
40 changed files with 1563 additions and 332 deletions

View File

@@ -2590,7 +2590,8 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
self.assertIn(time_zone_name, common_timezones_set)
self.assertEqual(time_zone_info['description'], get_display_time_zone(time_zone_name))
@ddt.data((ALL_TIME_ZONES_URI, 436),
# The time zones count may need to change each time we upgrade pytz
@ddt.data((ALL_TIME_ZONES_URI, 439),
(COUNTRY_TIME_ZONES_URI, 28))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):