mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2025-04-18 00:03:56 +00:00
Update toxfile to use new config options
Remove unnecessarily duplicated config options
This commit is contained in:
parent
e99cf09caf
commit
6d97919138
4
tox.ini
4
tox.ini
@ -6,6 +6,7 @@ skip_missing_interpreters = true
|
|||||||
[testenv]
|
[testenv]
|
||||||
description = Run the tests
|
description = Run the tests
|
||||||
require_locked_deps = true
|
require_locked_deps = true
|
||||||
|
require_poetry = true
|
||||||
extras =
|
extras =
|
||||||
poetry
|
poetry
|
||||||
locked_deps =
|
locked_deps =
|
||||||
@ -20,7 +21,6 @@ description = Static formatting and quality enforcement
|
|||||||
basepython = python3.8
|
basepython = python3.8
|
||||||
platform = linux
|
platform = linux
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
require_locked_deps = true
|
|
||||||
locked_deps =
|
locked_deps =
|
||||||
black
|
black
|
||||||
blacken-docs
|
blacken-docs
|
||||||
@ -41,7 +41,6 @@ description = Static formatting and quality enforcement for the tests
|
|||||||
basepython = python3.8
|
basepython = python3.8
|
||||||
platform = linux
|
platform = linux
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
require_locked_deps = true
|
|
||||||
locked_deps =
|
locked_deps =
|
||||||
pylint
|
pylint
|
||||||
pytest
|
pytest
|
||||||
@ -55,7 +54,6 @@ description = Security checks
|
|||||||
basepython = python3.8
|
basepython = python3.8
|
||||||
platform = linux
|
platform = linux
|
||||||
ignore_errors = true
|
ignore_errors = true
|
||||||
require_locked_deps = true
|
|
||||||
locked_deps =
|
locked_deps =
|
||||||
bandit
|
bandit
|
||||||
safety
|
safety
|
||||||
|
Loading…
Reference in New Issue
Block a user