Skip to content

Commit 4e28a2f

Browse files
ckunkiahsimb
andauthored
Apply suggestions from code review
Co-authored-by: Mikhail Beck <mikhail.beck@exasol.com>
1 parent 3d8f2f2 commit 4e28a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/util/dependencies/audit_integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def create(self) -> PoetryProject:
5555
def set_minimum_python_version(self, version: str) -> PoetryProject:
5656
content = self.toml.read_text()
5757
changed = re.sub(
58-
r'^requires-python = ".*"$',
58+
r'^requires-python\s*=\s*".*"$',
5959
f'requires-python = ">={version}"',
6060
content,
6161
flags=re.MULTILINE,

0 commit comments

Comments
 (0)