mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
[6.0.x] Refs #36491 -- Skipped ParallelTestSuiteTest.test_buffer_mode_reports_setupclass_failure() without tblib.
Backport of 6cb641ba75 from main
This commit is contained in:
parent
00d5be8a8d
commit
851400194d
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ class ParallelTestSuiteTest(SimpleTestCase):
|
|||
self.assertEqual(len(result.errors), 0)
|
||||
self.assertEqual(len(result.failures), 0)
|
||||
|
||||
@unittest.skipUnless(tblib is not None, "requires tblib to be installed")
|
||||
def test_buffer_mode_reports_setupclass_failure(self):
|
||||
test = SampleErrorTest("dummy_test")
|
||||
remote_result = RemoteTestResult()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue