From 64a2ce161041690b96b02978a315ace62b1ff082 Mon Sep 17 00:00:00 2001 From: MKLeb Date: Wed, 1 Feb 2023 15:06:47 -0500 Subject: [PATCH] Remove trailing pytest session in test-upgrade-pkgs --- noxfile.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/noxfile.py b/noxfile.py index c0ff3991cdc..9b4ca937a3f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1805,6 +1805,3 @@ def test_upgrade_pkgs(session, classic): _pytest(session, False, cmd_args) except nox.command.CommandFailed: sys.exit(0) - - cmd_args = ["pkg/tests/", "--no-install"] + session.posargs - _pytest(session, False, cmd_args)