Skip to content

Commit

Permalink
Remove trailing pytest session in test-upgrade-pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLeb authored and s0undt3ch committed Feb 28, 2023
1 parent 888c117 commit 4046cfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4046cfc

Please sign in to comment.