Skip to content

Commit cb7a0aa

Browse files
committed
.
1 parent c365900 commit cb7a0aa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

scripts/populate_tox/dependencies.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
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

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
844844
passenv =

0 commit comments

Comments
 (0)