From 51c24d51d16aaa7c16e59ea3d1e8b362ac771554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 26 Nov 2022 22:42:49 +0100 Subject: [PATCH] dnf install cannot be run as non-root --- tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests.yml b/tests.yml index b5c0783..3fae1fe 100644 --- a/tests.yml +++ b/tests.yml @@ -26,7 +26,7 @@ run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv-seeder-pip ./venv.sh' - smoke35: dir: smoke - run: runuser testuser -c 'VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh' + run: VERSION=3.5 METHOD=virtualenv-no-download INSTALL_OR_SKIP=true ./venv.sh - smoke36: dir: smoke run: runuser testuser -c 'VERSION=3.6 METHOD=venv TOX=false ./venv.sh' @@ -47,10 +47,10 @@ run: runuser testuser -c 'VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh' - smoke34_optional: dir: smoke - run: runuser testuser -c 'VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh' + run: VERSION=3.4 METHOD=venv INSTALL_OR_SKIP=true ./venv.sh - smoke310_optional: dir: smoke - run: runuser testuser -c 'VERSION=3.10 METHOD=venv TOX=false INSTALL_OR_SKIP=true ./venv.sh' + run: VERSION=3.10 METHOD=venv TOX=false INSTALL_OR_SKIP=true ./venv.sh - smokepypy: dir: smoke run: runuser testuser -c 'VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh'