Skip to content

Commit e2f0979

Browse files
test(python): pin typing-extensions in requirements.txt
Signed-off-by: Tiago Castro <[email protected]>
1 parent 249910a commit e2f0979

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/python/pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
log_cli = true
33
log_level = warn
44
console_output_style = classic
5-
5+
asyncio_default_fixture_loop_scope = function

test/python/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ retrying==1.3.4
1414
requests==2.32.3
1515
docker==7.1.0
1616
pyyaml==5.3.1
17+
typing-extensions==4.13.2

0 commit comments

Comments
 (0)