Skip to content

Commit

Permalink
Updated to exasol-toolbox 0.18.0 and removed overloading nox task lin…
Browse files Browse the repository at this point in the history
…t:security
  • Loading branch information
tomuben committed Nov 19, 2024
1 parent 24ed63c commit 950c0b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
8 changes: 0 additions & 8 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ def copy_docker_db_config_templates(session: nox.Session):
session.run("cp", "-rL", "docker_db_config_template", str(target_path))
session.run("git", "add", str(target_path))

@nox.session(name="lint:security", python=False)
def security_lint(session: nox.Session) -> None:
from exasol.toolbox.nox._lint import _security_lint
from exasol.toolbox.nox._shared import python_files
"""Runs the security linter on the project"""
py_files = [f"{file}" for file in python_files(ROOT / "exasol_integration_test_docker_environment")]
_security_lint(session, py_files)

@nox.session(name="test:unit", python=False)
def unit_tests(session: nox.Session) -> None:
"""Runs all unit tests"""
Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ toml = ">=0.10.2"
nox = "^2022.1.7"
mypy = "^1.1.1"
pyexasol = "^0.25.2"
exasol-toolbox = "^0.17.0"
exasol-toolbox = ">=0.18.0"

[tool.poetry.scripts]
itde = 'exasol_integration_test_docker_environment.main:main'
Expand Down

0 comments on commit 950c0b4

Please sign in to comment.