Skip to content

Commit

Permalink
add reference to pytest-cases issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elephantum committed Feb 4, 2024
1 parent 0591268 commit b003d3d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,16 @@ gcp = ["opentelemetry-exporter-gcp-trace"]
docs = ["sphinx", "sphinx-rtd-theme", "myst-parser"]

[tool.poetry.group.dev.dependencies]
# TODO migrate to pytest 8.0.0+
# TODO migrate to pytest 8.0.0+ when pytest-cases will be compatible
# https://github.com/smarie/python-pytest-cases/issues/330
pytest = "7.*"
pytest-cases = "*"

flake8 = "*"
mypy = "*"
black = "*"

mypy = "*"
pandas-stubs = "*"
pytest-cases = "*"
types-setuptools = "*"
types-redis = "*"
types-tqdm = "*"
Expand Down

0 comments on commit b003d3d

Please sign in to comment.