Fixed style

This commit is contained in:
Smita Kulkarni 2023-09-18 14:07:31 +02:00
parent 0a042fc3f0
commit 0c26f41ac9

View File

@ -321,8 +321,7 @@ class PRInfo:
for f in self.changed_files
)
def can_skip_integration_tests(self, versions: List[str]):
def can_skip_integration_tests(self, versions: List[str]):
if FORCE_TESTS_LABEL in self.labels:
return False
@ -342,10 +341,9 @@ def can_skip_integration_tests(self, versions: List[str]):
for f in self.changed_files
)
def can_skip_functional_tests(
def can_skip_functional_tests(
self, version, test_type: Literal["stateless", "stateful"]
):
):
if FORCE_TESTS_LABEL in self.labels:
return False