We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f2440 commit 8b40183Copy full SHA for 8b40183
noxfile.py
@@ -40,6 +40,7 @@
40
)
41
def test(session):
42
session.install(".[develop]")
43
+ session.install("elasticsearch<9") # tests run against 8.x servers
44
45
if session.posargs:
46
argv = session.posargs
0 commit comments