You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] Fixes a bug that prevented the pytest-min tox environment from correctly using the minimum pytest version.
The "deps" option does not specify the package dependencies, but a list of packages that should be installed before the package under test. However, it's possible ot use "install_command" to specify a constraints file.
see tox-dev/tox#1939 (comment)
Signed-off-by: Michael Seifert <[email protected]>
0 commit comments