aio-libs / aioneo4j

asyncio client for neo4j
https://pypi.python.org/pypi/aioneo4j
MIT License
30 stars 10 forks source link

Fix tests #9

Closed enabokov closed 4 years ago

webknjaz commented 6 years ago

Tests are failing + pinning versions in a library distribution is normally not a good idea.

hellysmile commented 6 years ago

@enabokov can You fix tests? seems they are failing due exact these versions matrix?

enabokov commented 6 years ago

@hellysmile yes, I'll fix them

webknjaz commented 6 years ago

What exactly are you fixing now? It looks like the PRs purpose changed.

enabokov commented 6 years ago

@webknjaz I am trying to fix tests. As far as I understand, there is a problem with docker. It doesn't expose proper ports.

webknjaz commented 6 years ago

If so, you probably need to pin the docker client library to some working version, because it likely worked earlier.