Skip to content

Commit 2a40446

Browse files
authored
Replace gimp test that is failing in GitHub Actions (#943)
fixes #932
1 parent f690c55 commit 2a40446

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

test/test_data/gimp.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
{"product": "gimp", "version": "2.6.10", "version_strings": ["GIMP 2.6.10"]}
33
]
44
package_test_data = [
5+
# Disabled due to issues working in github actions
6+
# {
7+
# "url": "https://kojipkgs.fedoraproject.org/packages/gimp/2.6.12/1.fc15/x86_64/",
8+
# "package_name": "gimp-2.6.12-1.fc15.x86_64.rpm",
9+
# "product": "gimp",
10+
# "version": "2.6.12",
11+
# },
512
{
6-
"url": "https://kojipkgs.fedoraproject.org/packages/gimp/2.6.12/1.fc15/x86_64/",
7-
"package_name": "gimp-2.6.12-1.fc15.x86_64.rpm",
13+
"url": "http://ftp.osuosl.org/pub/ubuntu/pool/universe/g/gimp/",
14+
"package_name": "gimp_2.8.22-1_amd64.deb",
815
"product": "gimp",
9-
"version": "2.6.12",
16+
"version": "2.8.22",
1017
},
1118
{
1219
"url": "https://mirrors.edge.kernel.org/centos/6/os/x86_64/Packages/",

0 commit comments

Comments
 (0)