File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313# ```
1414#
1515# The following can be set as a rule:
16- # - `*`: packages will be always installed
17- # - a version bound on the main package (e.g. `<=0.32`): packages will only be installed if the main package falls into the version bounds specified
18- # - specific Python version(s) in the form `py3.8,py3.9`: packages will only be installed if the Python version matches one from the list
16+ # - `*`: packages will be always installed
17+ # - a version bound on the main package (e.g. `<=0.32`): packages will only be
18+ # installed if the main package falls into the version bounds specified
19+ # - specific Python version(s) in the form `py3.8,py3.9`: packages will only be
20+ # installed if the Python version matches one from the list
1921#
2022# Rules can be used to specify version bounds on older versions of the main
2123# package's dependencies, for example. If e.g. Flask tests generally need
Original file line number Diff line number Diff line change @@ -838,7 +838,7 @@ setenv =
838838 tornado: TESTPATH=tests/integrations/tornado
839839 trytond: TESTPATH=tests/integrations/trytond
840840 typer: TESTPATH=tests/integrations/typer
841- unleash: TESTPATH=tests/integrations/typer
841+ unleash: TESTPATH=tests/integrations/unleash
842842 socket: TESTPATH=tests/integrations/socket
843843
844844passenv =
You can’t perform that action at this time.
0 commit comments