Skip to content

Commit

Permalink
fix: broken release due to missing dependency (#29)
Browse files Browse the repository at this point in the history
* fix: semantic release variable bumping

* chore: update dependencies

* feat: run validation checks on hosts using pytest

* test: add test for api get hosts

* fix: disable pytest warnings on checks

* test: show test output when assert fails

* fix: checks list order

* fix: broken release due to missing dependency

---------

Co-authored-by: Adam Kirchberger <[email protected]>
  • Loading branch information
adamkirchberger and adamkirchberger authored Nov 21, 2023
1 parent 8addd49 commit 45f381f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ tabulate = "^0.8.9"
dpath = "^2.0.5"
junos-eznc = "^2.6.3"
napalm = "^4.0.0"
pytest = "^6.2.5"
pytest-forked = "^1.3.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
black = {version = "^21.8b0", allow-prereleases = true}
pylint = "^2.10.2"
mypy = "^0.910"
flake8 = "^3.9.2"
types-setuptools = "^57.0.2"
types-PyYAML = "^5.4.10"
types-tabulate = "^0.8.2"
pytest-forked = "^1.3.0"
lxml-stubs = "^0.2.0"
pytest-cov = "^2.12.1"
pytest-click = "^1.0.2"
Expand Down

0 comments on commit 45f381f

Please sign in to comment.