Skip to content

Commit

Permalink
Move argument
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 committed Feb 21, 2025
1 parent ebb9bcc commit 1405da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/tests/helpers/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def run_distro_container(distro, arch="amd64", dockerfile=None, path=TESTS_DIR,
forcerm=True,
platform=f"linux/{arch}",
buildargs=buildargs,
mem_limit="128m",
),
docker.errors.BuildError,
)
Expand All @@ -96,6 +95,7 @@ def run_distro_container(distro, arch="amd64", dockerfile=None, path=TESTS_DIR,
volumes={"/sys/fs/cgroup": {"bind": "/sys/fs/cgroup", "mode": "rw"}},
platform=f"linux/{arch}",
cgroupns="host",
mem_limit="128m",
)

try:
Expand Down

0 comments on commit 1405da9

Please sign in to comment.