Skip to content

Commit

Permalink
Use pyyaml for reading project short tag from error_code_config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 22, 2024
1 parent 6190da3 commit 6c76a2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest-saas/poetry.lock

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

2 changes: 1 addition & 1 deletion pytest-saas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "exasol"}]
[tool.poetry.dependencies]
python = ">=3.8,<4"
pytest = ">=7,<9"
# pyexasol = "^0.25"
exasol-saas-api = "^0.5.0"
pyyaml = "^6.0.1"

[tool.poetry.plugins.pytest11]
saas = "exasol.pytest_saas"
Expand Down

0 comments on commit 6c76a2c

Please sign in to comment.