This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new b90f419 Fix a problem with the browser tests container
b90f419 is described below
commit b90f41908d2cc876f99b5622cc23a2094cc24831
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Jun 17 15:32:31 2025 +0100
Fix a problem with the browser tests container
---
tests/Dockerfile.playwright | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Dockerfile.playwright b/tests/Dockerfile.playwright
index c0b26b1..7fb4297 100644
--- a/tests/Dockerfile.playwright
+++ b/tests/Dockerfile.playwright
@@ -10,7 +10,7 @@ RUN <<-EOF
openssh-client \
python3-dev \
rsync
- pip3 install --no-cache-dir \
+ pip3 install --no-cache-dir --break-system-packages \
netifaces \
playwright \
rich
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]