From 7281da344208404a83ac4dffd2142f2ed09c03fb Mon Sep 17 00:00:00 2001 From: Adam Schubert Date: Sat, 24 Aug 2024 00:32:22 +0200 Subject: [PATCH] chore(CI): python-mock was removed from arch repo --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efecdde..dad0625 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test:debian: test:archlinux: stage: test script: - - pacman -Syu python-setuptools python-pip python3-mock --noconfirm + - pacman -Syu python-setuptools python-pip --noconfirm - python setup.py test tags: - archlinux