Skip to content

Commit

Permalink
black doesn't work on pypy anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
oremanj committed Dec 12, 2019
1 parent e9d0527 commit c581833
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-trio
pytest-faulthandler

# Tools
black == 19.10b0
black == 19.10b0; implementation_name == "cpython"
mypy >= 0.750; implementation_name == "cpython"
flake8

Expand All @@ -15,7 +15,7 @@ async_generator >= 1.9
trio >= 0.12.0
trio-typing >= 0.3.0

# typed-ast is required by mypy and doesn't build on PyPy;
# typed-ast is required by black + mypy and doesn't build on PyPy;
# it will be unconstrained in requirements.txt if we don't
# constrain it here
typed-ast; implementation_name == "cpython"
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
appdirs==1.4.3 # via black
async-generator==1.10
attrs==19.3.0
black==19.10b0
black==19.10b0 ; implementation_name == "cpython"
click==7.0 # via black
contextvars==2.4 # via sniffio, trio
coverage==4.5.4 # via pytest-cov
Expand Down

0 comments on commit c581833

Please sign in to comment.