Skip to content

Commit 47fdad5

Browse files
Use 8.x client for tests
1 parent dd84be8 commit 47fdad5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
)
4141
def test(session):
4242
session.install(".[develop]")
43+
session.install("elasticsearch<9") # tests run against 8.x servers
4344

4445
if session.posargs:
4546
argv = session.posargs

0 commit comments

Comments
 (0)