mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
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 ```
This commit is contained in:
parent
2e1d11242e
commit
cf1fa84c77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue