Skip to content

Commit

Permalink
test: don't try to install black on Python < 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed May 14, 2019
1 parent 5cb4be4 commit bfe14e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black>=19.3b0
black>=19.3b0;python_version>"3.6"
pexpect>=4
pytest>=3.5
pytest-xdist
Expand Down

0 comments on commit bfe14e7

Please sign in to comment.