Remove lms pytest shards
This commit is contained in:
@@ -20,7 +20,6 @@ class ReportStoreTestMixin(object):
|
||||
"""
|
||||
Mixin for report store tests.
|
||||
"""
|
||||
shard = 4
|
||||
|
||||
def setUp(self):
|
||||
super(ReportStoreTestMixin, self).setUp()
|
||||
@@ -121,7 +120,6 @@ class TestS3ReportStorage(MockS3Mixin, TestCase):
|
||||
Test the S3ReportStorage to make sure that configuration overrides from settings.FINANCIAL_REPORTS
|
||||
are used instead of default ones.
|
||||
"""
|
||||
shard = 4
|
||||
|
||||
def test_financial_report_overrides(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user