Skip to content

Commit

Permalink
dev-crystal/http_proxy: fix test deps
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/943509
Signed-off-by: Anna (cybertailor) Vyalkova <[email protected]>
  • Loading branch information
CyberTailor committed Nov 21, 2024
1 parent e201c26 commit 47078a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-crystal/http_proxy/http_proxy-0.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 47078a9

Please sign in to comment.