Closed ehossack closed 2 years ago
Working fine with the latest version (for me at least).
Did you try a fresh install?
It's been a year since I filed this issue - and I tried again, had the same struggles, and the same outcome.
Yes, I tried a completely clean install on another machine. Apart from having to install dependencies (poetry install; poetry install -E cryptography), and setting up the hosts file (which I'll add to the readme), there was nothing special needed to make it work. One test failure due to ipv6, but that's due to the machine I was running it on.
Probably it was the hosts file why it didn't work for me then if that's required. Wasn't clear :)
Hi, I was inspecting the code and tried to run the tests but I found they did not work.
I noticed that:
172.17.0.2
which I'm guessing might've been your container's port when you last ran these tests? So basically all the tests failed.Anyway, below is a diff (git apply
changes.patch
) of me starting to do changes, but realizing that the setup is super broken so it might not be worth my while trying to work on a fix.