Skip to content

Commit f466ef9

Browse files
committed
Show installed versions in nox -s test-3.XX
1 parent 19f8cec commit f466ef9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434

3535
@nox.session(python=["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"])
3636
def test(session):
37-
session.install(".[async,requests]", env=INSTALL_ENV)
38-
session.install("-r", "dev-requirements.txt")
37+
session.install(".[async,requests]", env=INSTALL_ENV, silent=False)
38+
session.install("-r", "dev-requirements.txt", silent=False)
3939

4040
python_version = tuple(int(x) for x in session.python.split("."))
4141
junit_xml = os.path.join(SOURCE_DIR, "junit", "elasticsearch-py-junit.xml")

0 commit comments

Comments
 (0)