We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5ef0d commit fc2bcddCopy full SHA for fc2bcdd
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests with flake8
44
run: python -m tox -e flake8
45
- name: Run tests without flake8
46
- run: python -m tox -e noflake8 -- --no-cov
+ run: python -m tox -e "" -- --no-cov
47
48
slow_tests:
49
runs-on: ubuntu-latest
@@ -58,9 +58,9 @@ jobs:
58
- name: Install dependencies
59
run: |
60
python -m pip install --upgrade pip setuptools tox
61
- python -m tox --notest --recreate -e flake8_7
+ python -m tox --notest --recreate -e flake8
62
- name: Run tests
63
- run: python -m tox -e flake8_7 -- --onlyfuzz --no-cov -n auto
+ run: python -m tox -e flake8 -- --onlyfuzz --no-cov -n auto
64
65
check_release:
66
0 commit comments