Skip to content

Commit

Permalink
chore: run tox w/o sdist (#819)
Browse files Browse the repository at this point in the history

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored Oct 22, 2024
1 parent 0feede2 commit f64ccaf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minversion = 4.0
envlist =
flake8
mypy-{current,lowest}
py{311,310,39,38}
py{312,311,310,39,38}
bandit
skip_missing_interpreters = True
usedevelop = False
Expand All @@ -17,6 +17,7 @@ download = False
[testenv]
# settings in this category apply to all other testenv, if not overwritten
skip_install = False
package = wheel
allowlist_externals = poetry
## deps = poetry ## << this one caused https://github.com/python-poetry/poetry/issues/6288
commands_pre =
Expand All @@ -42,5 +43,6 @@ commands =
poetry run flake8 cyclonedx_py/ tests/

[testenv:bandit]
skip_install = True
commands =
poetry run bandit -c bandit.yml -v -r cyclonedx_py tests

0 comments on commit f64ccaf

Please sign in to comment.