From 6656175d867ede54c07049d37642acc315d4c1fc Mon Sep 17 00:00:00 2001 From: Bert Peters <bert@bertptrs.nl> Date: Sat, 1 Feb 2025 13:06:07 +0100 Subject: [PATCH] Remove six from test packages Related to [1]. Six is completely unused in the code. [1]: https://archlinux.org/todo/reduce-dependencies-on-python-six/ --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21b8720..8a98a7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,7 +43,7 @@ pytest: - branches - merge_requests before_script: - - pacman -Syu --needed --noconfirm python-pytest python-pytest-cov pyalpm python-pyelftools python-six python-license-expression + - pacman -Syu --needed --noconfirm python-pytest python-pytest-cov pyalpm python-pyelftools python-license-expression # makepkg does not like running as root - useradd --home-dir / --no-create-home builduser script: -- GitLab