Skip to content
Snippets Groups Projects
Commit 7f629ed2 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Run the testsuite exclusively on Whitewhale for now

This should fix the intermittent failures, thanks
to @pollo for the tip
parent 719cdf20
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ tests:debian:
tests:fedora:
image: fedora
stage: test
tags:
- whitewhale
script:
- dnf install -y python3 python3-mutagen python3-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 gdk-pixbuf2-modules cairo-gobject cairo python3-cairo perl-Image-ExifTool mailcap
- gdk-pixbuf-query-loaders-64 > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
......@@ -57,6 +59,8 @@ tests:fedora:
tests:archlinux:
image: archlinux/base
stage: test
tags:
- whitewhale
script:
- pacman -Sy --noconfirm python-mutagen python-gobject gdk-pixbuf2 poppler-glib gdk-pixbuf2 python-cairo perl-image-exiftool python-setuptools mailcap
- python3 setup.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment