mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Removed pytest version pin from Tox.
This commit is contained in:
parent
c50cc040c2
commit
8d861dcdc6
2
.github/workflows/tox.yaml
vendored
2
.github/workflows/tox.yaml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -U codecov coveralls flake8 mypy pylint tox vulture
|
pip install -U codecov coveralls flake8 mypy pylint pytest tox vulture
|
||||||
- name: Run Tox
|
- name: Run Tox
|
||||||
run: |
|
run: |
|
||||||
tox
|
tox
|
||||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ skip_missing_interpreters = true
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
test: pytest<6.0
|
test: pytest
|
||||||
test,cov: {[testenv:cov]deps}
|
test,cov: {[testenv:cov]deps}
|
||||||
test,py{36,37,38,39,310}-{type,mypy}: colorama
|
test,py{36,37,38,39,310}-{type,mypy}: colorama
|
||||||
py{36,37,38,39,310}-{type,mypy}: {[testenv:mypy]deps}
|
py{36,37,38,39,310}-{type,mypy}: {[testenv:mypy]deps}
|
||||||
|
Loading…
Reference in New Issue
Block a user