Skip to content

Commit 5e82e72

Browse files
committed
Fix pytest-black version incompatibility
1 parent 45fc847 commit 5e82e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pytest-django = ">=4.1"
4646
pytest-cov = ">=2.10"
4747
pytest-isort = ">=1.2"
4848
pytest-flake8 = ">=1.0"
49-
pytest-black = ">=0.3"
49+
pytest-black = {version = ">=0.3", python = ">=3.6.2,<4"}
5050
freezegun = ">=1.0"
5151
coverage = {version = ">=5.0", extras = ["toml"]}
5252
celery = ">=4"

0 commit comments

Comments
 (0)