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

"An established connection was aborted" error when running the tests on a Windows machine #216

@AvivC

Description

@AvivC

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions