Commit e7a7d97
authored
Fix master build (#3249)
Fix master branch build failures:
- downgrade iniconfig version to fix broken gremlin-console tests due to pytest bringing in iniconfig version 2.0 which requires python 3.10 (we are building with python 3.9)
- exclude commons-logging dependency from httpclient to resolve version conflict between gremlin-core and gremlin-console dependency trees
Also re-generated feature tests as they were missing some changes.1 parent f502941 commit e7a7d97
File tree
4 files changed
+216
-210
lines changed- gremlin-console/src/test/python
- gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin
- gremlin-python/src/main/python/radish
4 files changed
+216
-210
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
0 commit comments