Remove lms pytest shards

This commit is contained in:
Michael Youngstrom
2019-02-11 17:24:54 -05:00
parent 5ac3ef7158
commit 3221c2b91f
238 changed files with 0 additions and 673 deletions

View File

@@ -8,7 +8,6 @@ from rss_proxy.models import WhitelistedRssUrl
class WhitelistedRssUrlTests(TestCase):
""" Tests for the rss_proxy.WhitelistedRssUrl model """
shard = 4
def setUp(self):
super(WhitelistedRssUrlTests, self).setUp()

View File

@@ -11,7 +11,6 @@ from rss_proxy.models import WhitelistedRssUrl
class RssProxyViewTests(TestCase):
""" Tests for the rss_proxy views """
shard = 4
def setUp(self):
super(RssProxyViewTests, self).setUp()