Skip to content

Commit 5f4bc27

Browse files
authored
Skip test_venv.jl and test_build.jl in PkgEval (#832)
1 parent 3fb0fb8 commit 5f4bc27

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,5 +786,7 @@ end
786786

787787
include("test_pyfncall.jl")
788788
include("testpybuffer.jl")
789-
include("test_venv.jl")
790-
include("test_build.jl")
789+
if lowercase(get(ENV, "JULIA_PKGEVAL", "false")) != "true"
790+
include("test_venv.jl")
791+
include("test_build.jl")
792+
end

0 commit comments

Comments
 (0)