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)