mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 14:43:27 -04:00
dev-crystal/http_proxy: fix test deps
Bug: https://bugs.gentoo.org/943509 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -17,12 +17,13 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS=( {CHANGELOG,README}.md )
|
||||
|
||||
RDEPEND="
|
||||
test? ( dev-crystal/http_proxy )
|
||||
DEPEND="
|
||||
test? ( dev-crystal/webmock )
|
||||
"
|
||||
|
||||
src_test() {
|
||||
# Only run tests that don't need net
|
||||
# Only run tests that don't need net.
|
||||
# Upstream issue: https://github.com/mamantoha/http_proxy/issues/38
|
||||
crystal_spec \
|
||||
"${S}"/spec/client_spec.cr:5 \
|
||||
"${S}"/spec/client_spec.cr:13 \
|
||||
|
||||
Reference in New Issue
Block a user