Skip to content

Commit debce29

Browse files
committed
Update pytest-describe
1 parent cc30367 commit debce29

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

poetry.lock

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pytest = "^6.2"
4747
pytest-asyncio = ">=0.15,<1"
4848
pytest-benchmark = "^3.4"
4949
pytest-cov = "^2.10"
50-
pytest-describe = "^1.0"
50+
pytest-describe = "^2.0"
5151
pytest-timeout = "^1.4"
5252
black = [
5353
{version = "20.8b1", python = "<3.6.2"},

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ deps =
4545
pytest-asyncio>=0.15,<1
4646
pytest-benchmark>=3.4,<4
4747
pytest-cov>=2.11,<3
48-
pytest-describe>=1,<2
48+
pytest-describe>=2,<3
4949
pytest-timeout>=1.4,<2
5050
commands =
5151
pip uninstall -qqy graphql-core

0 commit comments

Comments
 (0)