File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ using ImageQualityIndexes
8
8
using ImageMagick
9
9
using ImageCore
10
10
11
+ # ensure TestImages artifacts are downloaded before running documenter test
12
+ testimage (" cameraman" )
13
+
11
14
tmpdir = tempdir ()
12
15
function decode_encode (img; kwargs... )
13
16
tmpfile = joinpath (tmpdir, " tmp.jpg" )
@@ -17,15 +20,17 @@ function decode_encode(img; kwargs...)
17
20
end
18
21
19
22
@testset " JpegTurbo.jl" begin
20
- @testset " Project meta quality checks" begin
21
- Aqua. test_all (JpegTurbo;
22
- ambiguities= false ,
23
- project_extras= true ,
24
- deps_compat= true ,
25
- stale_deps= true ,
26
- project_toml_formatting= true
27
- )
28
- doctest (JpegTurbo, manual = false )
23
+ if ! Sys. iswindows () # DEBUG
24
+ @testset " Project meta quality checks" begin
25
+ Aqua. test_all (JpegTurbo;
26
+ ambiguities= false ,
27
+ project_extras= true ,
28
+ deps_compat= true ,
29
+ stale_deps= true ,
30
+ project_toml_formatting= true
31
+ )
32
+ doctest (JpegTurbo, manual = false )
33
+ end
29
34
end
30
35
31
36
@testset " config" begin
You can’t perform that action at this time.
0 commit comments