Skip to content

Commit a76e249

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/python/pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
log_cli = true
33
log_level = warn
44
console_output_style = classic
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
@@ -11,3 +11,4 @@ retrying==1.4.1
1111
requests==2.32.4
1212
docker==7.1.0
1313
pyyaml==6.0.2
14+
typing-extensions==4.13.2

0 commit comments

Comments
 (0)