From 5624fac86a2efb6a46d406745dbb681aad3d10c5 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 19 Jun 2022 14:56:09 +0200 Subject: [PATCH] use https://github.com/JuliaWeb/HTTP.jl/pull/857 for testing --- test/runtests.jl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index 3b3ce21a51..a614e542e3 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,3 +1,9 @@ +# TODO: Remove before merging +import Pkg +Pkg.add(url = "https://github.com/JuliaWeb/HTTP.jl", rev="fe/listen") + +### + include("helpers.jl") # tests that start new processes: