hoverpy icon indicating copy to clipboard operation
hoverpy copied to clipboard

Hoverpy downloads Hoverfly when it is already installed

Open mjlabe opened this issue 2 years ago • 0 comments

Hoverfly v1.5.2 installed on the machine*, but when importing hoverpy, it installs hoverfly v0.10.0.

DOWNLOADING HOVERFLY FROM https://github.com/SpectoLabs/hoverfly/releases/download/v0.10.1/hoverfly_bundle_linux_amd64.zip TO /tmp/tmpm9e2399d

  • Installed with brew on Mac; on Linux:
wget -O hoverfly.zip 'https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.2/hoverfly_bundle_linux_amd64.zip' \
  && unzip hoverfly.zip hoverfly hoverctl -d /usr/bin \
  && rm hoverfly.zip

Same with the hoverpy docs

mjlabe avatar Apr 20 '23 15:04 mjlabe