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 303c3d9 commit fb164b8
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Expand Up @@ -59,7 +59,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=77
- 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)"
# workaround pylint reporting:
# > E0401: Unable to import 'ical2vdir' (import-error)
# pyproject.toml broken?
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Expand Up @@ -10,7 +10,6 @@ location-guessing-game-telegram-bot = {path = ".", editable = true}
black = "*"
mypy = "*"
pylint = "*"
pylint-import-requirements = "*"
pytest = "*"
pytest-cov = "*"

Expand Down

0 comments on commit fb164b8

Please sign in to comment.