Commit 95835d5
committed
Fix IndexError in ci-test-onedir-pkgs nox session
When passing a test path to the install chunk, cmd_args.pop() was called
on an empty list since chunks['install'] = []. Add check before popping.
Fixes all package test failures which were caused by noxfile crash, not
by OptsDict code.1 parent beb54c9 commit 95835d5
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1957 | 1957 | | |
1958 | 1958 | | |
1959 | 1959 | | |
1960 | | - | |
| 1960 | + | |
| 1961 | + | |
1961 | 1962 | | |
1962 | 1963 | | |
1963 | 1964 | | |
| |||
0 commit comments