Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove SOCK_NONBLOCK from socket creation on tests #321

Merged
merged 4 commits into from Apr 1, 2022
Merged

Remove SOCK_NONBLOCK from socket creation on tests #321

merged 4 commits into from Apr 1, 2022

Commits on Mar 31, 2022

  1. Remove SOCK_NONBLOCK from socket creation on tests

    This fixes running tests on Mac OS X, which lacks the `SOCK_NONBLOCK`
    socket flag creation.
    ereslibre committed Mar 31, 2022
    Copy the full SHA
    31541da View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Pin click test dependency to 8.0.4

    Due to an incompatibility with black linter, pin click to 8.0.4:
    psf/black#2964
    ereslibre committed Apr 1, 2022
    Copy the full SHA
    e413852 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5a3c3f5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f68e174 View commit details
    Browse the repository at this point in the history