Skip to content

Commit

Permalink
relock env with pipenv v2023.10.3 on python v3.11.2; remove pylint-im…
Browse files Browse the repository at this point in the history
…port-requirements from pipeline
  • Loading branch information
fphammerle committed Oct 7, 2023
2 parents daca480 + fcc1d17 commit 8008db1
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 154 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 8008db1

Please sign in to comment.