aio-libs / aiozmq

Asyncio (pep 3156) integration with ZeroMQ
aiozmq.readthedocs.org
BSD 2-Clause "Simplified" License
422 stars 56 forks source link

fix failing test on OSX #51

Closed claws closed 9 years ago

claws commented 9 years ago

There seems to be a difference with the expected errno on Linux and OSX which results in a unit test failing when run on OSX. This change in this pull request resolves the problem when I run the test suite on OSX.