Skip to content

Commit aa38387

Browse files
committed
CTR: Pin more-itertools for 3.9 compatibility in GHA
1 parent 7e9615e commit aa38387

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gremlin-console/src/test/python/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
tests_require=[
3333
'pytest>=4.6.4,<5.0.0',
3434
'mock>=3.0.5,<4.0.0',
35+
'more-itertools<11.0.0',
3536
'pexpect==4.8.0'
3637
]
3738
)

0 commit comments

Comments
 (0)