diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 634fa45..c1917a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,6 @@ name: lldpd charm tests on: workflow_call: pull_request: - # FIXME: remove before merging - push: jobs: inclusive-naming-check: diff --git a/tox.ini b/tox.ini index 1a489c8..be6ba40 100644 --- a/tox.ini +++ b/tox.ini @@ -50,8 +50,6 @@ deps = ops jinja2 commands = - pyright --pythonversion 3.6 {[vars]src_path} {posargs} - # FIXME: there's no LIB{PATCH,API} in src/charm.py, should there be? # /usr/bin/env sh -c 'for m in $(git diff main --name-only {[vars]src_path}); do if ! git diff main $m | grep -q "+LIBPATCH\|+LIBAPI"; then echo "You forgot to bump the version on $m!"; exit 1; fi; done' allowlist_externals = /usr/bin/env