Remove trailing pytest session in test-upgrade-pkgs

This commit is contained in:
MKLeb 2023-02-01 15:06:47 -05:00 committed by Pedro Algarvio
parent 888c117de8
commit 4046cfc30b

View file

@ -1807,6 +1807,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)