We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2f4582 commit 5063cc0Copy full SHA for 5063cc0
setup.py
@@ -94,7 +94,7 @@ def get_git_commit_datetime() -> str:
94
95
# Should be as close to Home Assistant dev/master as possible
96
TESTS_REQUIRE = [
97
- "black==19.3b0;python_version>'3.6'",
+ "black>=19.3b0,<20;python_version>'3.6'",
98
'coveralls==1.2.0',
99
'flake8-docstrings==1.3.0',
100
'flake8==3.7.7',
0 commit comments