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

Add optional uvloop import #2258

Merged
merged 3 commits into from May 26, 2021
Merged

Add optional uvloop import #2258

merged 3 commits into from May 26, 2021

Commits on May 25, 2021

  1. Add optional uvloop import

    - If we find `uvloop` in the env for black, blackd or black-primer lets try and use it
    - Add a uvloop extra install
    
    Fixes #2257
    
    Test:
    - Add ci job to install black[uvloop] and run a primer run with uvloop
      - Only with latest python (3.9)
      - Will be handy to compare runtimes as a very unoffical benchmark
    cooperlees committed May 25, 2021
    Copy the full SHA
    c3d08dd View commit details
    Browse the repository at this point in the history
  2. Remove tox install

    cooperlees committed May 25, 2021
    Copy the full SHA
    373ec22 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Add to CHANGES/news

    cooperlees committed May 26, 2021
    Copy the full SHA
    8c56085 View commit details
    Browse the repository at this point in the history