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 7052a65
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 68 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.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docq"
version = "0.13.5"
version = "0.13.6"
description = "Docq.AI - Your private ChatGPT alternative. Securely unlock knowledge from confidential documents."
authors = ["Docq.AI Team <[email protected]>"]
maintainers = ["Docq.AI Team <[email protected]>"]
Expand Down 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 7052a65

Please sign in to comment.