This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Description
Hello,
I have forked and cloned the project. Running the tests using py.test on my Windows machine, two tests fail in test_integration.py: test_connection_string and test_initial_settings. Both fail with the following exception:
error: [Errno 10053] An established connection was aborted by the software in your host machine
This exception is raised when calling self._sslobj.read(len, buffer) in ssl.SSLSocket.read().
Any ideas how to solve this issue?
Thank you :)
Also, as an additional unrelated question: in order to contribute to the project, should I pip install --editable in the root folder? I did so but I'm wondering if this is standard practice.