Skip to content

Commit 8b40183

Browse files
Use 8.x client for tests
1 parent 55f2440 commit 8b40183

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

+1
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)