We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf5d53 commit 69697a7Copy full SHA for 69697a7
test/asynchronous/unified_format.py
@@ -515,7 +515,6 @@ def tearDownClass(cls) -> None:
515
async def asyncSetUp(self):
516
# super call creates internal client cls.client
517
await super().asyncSetUp()
518
-
519
# process file-level runOnRequirements
520
run_on_spec = self.TEST_SPEC.get("runOnRequirements", [])
521
if not await self.should_run_on(run_on_spec):
test/unified_format.py
@@ -514,7 +514,6 @@ def tearDownClass(cls) -> None:
514
def setUp(self):
super().setUp()
if not self.should_run_on(run_on_spec):
0 commit comments