Skip to content

Commit

Permalink
build: fix some issues with pytest dependencies.
Browse files Browse the repository at this point in the history
Update to latest and remove pytest-bdd
  • Loading branch information
janaka committed Sep 14, 2024
1 parent bc2fb96 commit ac17c55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 67 deletions.
73 changes: 8 additions & 65 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,10 @@ pre-commit = "^2.18.1"
black = { version = "^22.3.0", allow-prereleases = true }
xdoctest = "^1.0.0"
poethepoet = "^0.16.4"
pytest = "7.3.1"
pytest-html = "^3.1.1"
pytest-sugar = "^0.9.6"
pytest-reverse = "^1.5.0"
pytest-cov = "^3.0.0"
pytest-bdd = "^6.1.1"
mkdocs-material = "^9.5.17"
mkdocs-gen-files = "^0.5.0"
mkdocs-awesome-pages-plugin = "^2.9.2"
Expand All @@ -87,6 +85,7 @@ python-dotenv = "^1.0.0"
ruff = "^0.6.4"
mkdocs = "^1.5.3"
debugpy = "^1.8.2"
pytest = "^8.3.3"

[tool.poetry.scripts]
-c = "poethepoet:main"
Expand Down

0 comments on commit ac17c55

Please sign in to comment.