mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-05-02 06:16:03 +02: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
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
tox
|
||||
|
2
tox.ini
2
tox.ini
@ -7,7 +7,7 @@ skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
test: pytest<6.0
|
||||
test: pytest
|
||||
test,cov: {[testenv:cov]deps}
|
||||
test,py{36,37,38,39,310}-{type,mypy}: colorama
|
||||
py{36,37,38,39,310}-{type,mypy}: {[testenv:mypy]deps}
|
||||
|
Loading…
x
Reference in New Issue
Block a user