Skip to content

Commit f85e915

Browse files
committed
Trust tox4's type conversion
1 parent e7bd271 commit f85e915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox_docker/tox4/config.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ def register_config(self) -> None:
4141
)
4242
self.add_config(
4343
keys=["privileged"],
44-
of_type=str,
45-
default="false",
44+
of_type=bool,
45+
default=False,
4646
desc="give extended privileges to this container",
47-
post_process=getboolean,
4847
)
4948
self.add_config(
5049
keys=["environment"],

0 commit comments

Comments
 (0)