rnewson commented on code in PR #72:
URL: https://github.com/apache/couchdb-ci/pull/72#discussion_r1741003793


##########
bin/apt-dependencies.sh:
##########
@@ -118,8 +118,8 @@ EOF
 fi
 
 # rest of python dependencies
-if [ "${VERSION_CODENAME}" == "bookworm" ]; then
-    # On Debian bookworm, need the --break-system-package to into to default 
system location
+if [ "${VERSION_CODENAME}" == "bookworm" -o "${VERSION_CODENAME}" == "noble" 
]; then
+    # On Debian bookworm and Ubuntu noble, need the --break-system-package to 
into to default system location
     pip3 --default-timeout=10000 install --break-system-packages --upgrade 
sphinx_rtd_theme nose requests hypothesis==3.79.0

Review Comment:
   it fails without it, seems we don't make a venv where we should.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to