TE-2731 Upgrade to pytest-cov 2.6.1

This commit is contained in:
Jeremy Bowman
2019-01-04 14:19:43 -05:00
parent a86d499592
commit d0d6d57343
9 changed files with 30 additions and 42 deletions

View File

@@ -2718,7 +2718,7 @@ class CountryTimeZoneListViewTest(UserApiTestCase):
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, 440),
(COUNTRY_TIME_ZONES_URI, 28))
@ddt.unpack
def test_get_basic(self, country_uri, expected_count):