3 files changed
@@ -51,7 +51,7 @@ jobs: | |||
| 51 | 51 | with: | |
| 52 | 52 | python-version: ${{ matrix.python.version }} | |
| 53 | 53 | - name: Install dependencies | |
| 54 | - run: pip3 install tox pytest-github-actions-annotate-failures | ||
| 54 | + run: pip install tox | ||
| 55 | 55 | - name: Run tests | |
| 56 | 56 | env: | |
| 57 | 57 | TOXENV: ${{ matrix.python.toxenv }} | |
@@ -69,7 +69,7 @@ jobs: | |||
| 69 | 69 | with: | |
| 70 | 70 | python-version: "3.10" | |
| 71 | 71 | - name: Install dependencies | |
| 72 | - run: pip install tox pytest-github-actions-annotate-failures | ||
| 72 | + run: pip install tox | ||
| 73 | 73 | - name: Run tests | |
| 74 | 74 | env: | |
| 75 | 75 | TOXENV: ${{ matrix.toxenv }} | |
@@ -90,7 +90,7 @@ jobs: | |||
| 90 | 90 | with: | |
| 91 | 91 | python-version: "3.10" | |
| 92 | 92 | - name: Install dependencies | |
| 93 | - run: pip install tox pytest-github-actions-annotate-failures | ||
| 93 | + run: pip install tox | ||
| 94 | 94 | - name: Run tests | |
| 95 | 95 | env: | |
| 96 | 96 | PY_COLORS: 1 | |
@@ -2,5 +2,6 @@ coverage | |||
| 2 | 2 | pytest==7.1.2 | |
| 3 | 3 | pytest-console-scripts==1.3.1 | |
| 4 | 4 | pytest-cov | |
| 5 | + pytest-github-actions-annotate-failures==0.1.7 | ||
| 5 | 6 | PyYaml>=5.2 | |
| 6 | 7 | responses | |
@@ -5,7 +5,16 @@ skip_missing_interpreters = True | |||
| 5 | 5 | envlist = py310,py39,py38,py37,flake8,black,twine-check,mypy,isort,cz,pylint | |
| 6 | 6 | ||
| 7 | 7 | [testenv] | |
| 8 | - passenv = GITLAB_IMAGE GITLAB_TAG PY_COLORS NO_COLOR FORCE_COLOR DOCKER_HOST PWD | ||
| 8 | + passenv = | ||
| 9 | + DOCKER_HOST | ||
| 10 | + FORCE_COLOR | ||
| 11 | + GITHUB_ACTIONS | ||
| 12 | + GITHUB_WORKSPACE | ||
| 13 | + GITLAB_IMAGE | ||
| 14 | + GITLAB_TAG | ||
| 15 | + NO_COLOR | ||
| 16 | + PWD | ||
| 17 | + PY_COLORS | ||
| 9 | 18 | setenv = VIRTUAL_ENV={envdir} | |
| 10 | 19 | whitelist_externals = true | |
| 11 | 20 | usedevelop = True | |
0 commit comments