Skip to content

Commit

Permalink
Log pylint + astroid versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 19, 2022
1 parent 3967623 commit d185ddf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
run: |
. venv/bin/activate
pip install -e .
pip list | grep 'astroid\|pylint'
pre-commit run --hook-stage manual pylint-with-spelling --all-files
spelling:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ jobs:
- name: Run pytest
run: |
. venv/bin/activate
pip list | grep 'astroid\|pylint'
pytest --durations=10 --benchmark-disable --cov --cov-report= tests/
- name: Run functional tests with minimal messages config
run: |
. venv/bin/activate
pip list | grep 'astroid\|pylint'
pytest -vv --minimal-messages-config tests/test_functional.py
- name: Upload coverage artifact
uses: actions/upload-artifact@v3.1.0
Expand Down Expand Up @@ -146,6 +148,7 @@ jobs:
. venv/bin/activate
pip install pygal
pip install -e .
pip list | grep 'astroid\|pylint'
pytest --exitfirst \
--benchmark-only \
--benchmark-autosave \
Expand Down Expand Up @@ -208,6 +211,7 @@ jobs:
- name: Run pytest
run: |
. venv\\Scripts\\activate
pip list | grep 'astroid\|pylint'
pytest --durations=10 --benchmark-disable tests/
tests-macos:
Expand Down Expand Up @@ -252,6 +256,7 @@ jobs:
- name: Run pytest
run: |
. venv/bin/activate
pip list | grep 'astroid\|pylint'
pytest --durations=10 --benchmark-disable tests/
tests-pypy:
Expand Down Expand Up @@ -294,4 +299,5 @@ jobs:
- name: Run pytest
run: |
. venv/bin/activate
pip list | grep 'astroid\|pylint'
pytest --durations=10 --benchmark-disable tests/

0 comments on commit d185ddf

Please sign in to comment.