From cf1fa84c77d5e1e3fced6c48c237f8ecf6be77cb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 6 Apr 2021 10:22:29 +0200 Subject: [PATCH] gitlab-ci: rm HTML index gen test from job, fails on stretch ```console Downloading https://files.pythonhosted.org/packages/61/cf/0d6598b1ceb463a46b75a716fbb23d2d5ccc5738aba8ddceeec3fa59997f/slimit-0.8.1.zip (88kB) Collecting tinycss2>=0.4 (from html5print->fdroidserver==2.1a0.dev0) Downloading https://files.pythonhosted.org/packages/65/f7/63bf697a7c7257d304269b49f1be3dfe429856889e93963d6f5790d77d82/tinycss2-1.1.0-py3-none-any.whl tinycss2 requires Python '>=3.6' but the running Python is 3.5.3 ``` --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48a82833..848741a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ variables: ci-images-base run-tests: image: registry.gitlab.com/fdroid/ci-images-base script: - - $pip install -e .[test] + - $pip install -e . - ./tests/run-tests # make sure that translations do not cause stacktraces - cd $CI_PROJECT_DIR/locale