Skip to content

Commit

Permalink
Trust tox4's type conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Jul 8, 2022
1 parent e7bd271 commit f85e915
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox_docker/tox4/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ def register_config(self) -> None:
)
self.add_config(
keys=["privileged"],
of_type=str,
default="false",
of_type=bool,
default=False,
desc="give extended privileges to this container",
post_process=getboolean,
)
self.add_config(
keys=["environment"],
Expand Down

0 comments on commit f85e915

Please sign in to comment.