Skip to content

Commit 641a027

Browse files
committed
Merge pull request JuliaWeb#22 from JuliaWeb/tk/nocheckout
Don't checkout HTTPClient when running tests
2 parents 9c313ef + d985195 commit 641a027

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

test/REQUIRE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
HTTPClient
1+
HTTPClient
2+
JSON

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@ using LibCURL
22

33
# For lack of anything better, just run HTTPClient's tests.
44
# They should exercise a large number of LibCURL features.
5-
# Until HTTPClient is bumped, that requires using master of
6-
# HTTPClient. Careful running this test locally!
7-
Pkg.checkout("HTTPClient")
8-
Pkg.test("HTTPClient",coverage=true)
5+
include(Pkg.dir("HTTPClient","test","runtests.jl"))

0 commit comments

Comments
 (0)