Skip to content

Commit

Permalink
Test black bugfix psf/black#2158
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Apr 27, 2021
1 parent 4f55288 commit 52a125e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/Dockerfile.qa
Expand Up @@ -6,7 +6,7 @@ ARG CXX

RUN \
apt update && \
apt-get install -y sudo make $CC $CXX python3 python3-pip ninja-build && \
apt-get install -y sudo make $CC $CXX python3 python3-pip ninja-build git && \
apt-get clean

WORKDIR /gcovr
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
black; implementation_name == "cpython"
git+https://github.com/psf/black.git@slash ; implementation_name == "cpython"
cmake
flake8
jinja2
Expand Down

0 comments on commit 52a125e

Please sign in to comment.