tox-docker configuration parsing broken since tox 4.0.13 #2821
Labels
bug:minor
does not affect many people or has no big impact
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
Issue
tox-docker plugin configuration parsing of
ports
is broken since tox 4.0.13.ports
configuration option is documented as:With 4.0.12, the host port is properly set on the started container and forwarded to the container port.
But with tox 4.0.13, host port of the started container is random.
Given the short changelog for that release, I suspect it to be caused by #2744
Same issue occurs with 4.0.15, 4.0.19, and 4.2.2.
Environment
Provide at least:
pip list
of the host Python wheretox
is installed:Output of running tox
Provide the output of
tox -rvv
:Way too verbose to post completely.
Minimal example
If possible, provide a minimal reproducer for the issue:
With this tox.ini:
With tox 4.0.12:
With tox 4.0.13 and higher:
The text was updated successfully, but these errors were encountered: