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:
Anna (cybertailor) Vyalkova
2024-11-21 11:00:23 +05:00
parent e201c26971
commit 47078a9e7a

View File

@@ -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 \