Skip to content

Commit

Permalink
relock env with pipenv v2023.10.3 on python v3.11.2 (to remove saniti…
Browse files Browse the repository at this point in the history
…zed-package entry, see commit below); remove pylint-import-requirements from pipeline (see commit below)

fphammerle/ical2vdir@647366f
fphammerle/python-manchester-code@2ff96a7

fphammerle/python-manchester-code@f94af33
  • Loading branch information
fphammerle committed Oct 7, 2023
1 parent daca480 commit 2f2e065
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.python-version }}
- run: pipenv graph
- run: pipenv run pytest --cov="$(cat *.egg-info/top_level.txt)" --cov-report=term-missing --cov-fail-under=100
- run: pipenv run pylint --load-plugins=pylint_import_requirements "$(cat *.egg-info/top_level.txt)"
- run: pipenv run pylint "$(cat *.egg-info/top_level.txt)"
# https://github.com/PyCQA/pylint/issues/352
- run: pipenv run pylint --disable=duplicate-code tests/*
- run: pipenv run mypy "$(cat *.egg-info/top_level.txt)" tests
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ switchbot-mqtt = {editable = true, path = "."}
black = "*"
mypy = "*"
pylint = "*"
pylint-import-requirements = "*"
pytest = "*"
pytest-cov = "*"

Expand Down
Loading

0 comments on commit 2f2e065

Please sign in to comment.