]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
manager/pyproject.toml: unused and non-functional tasks removed
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 13 Jun 2024 04:07:10 +0000 (06:07 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Thu, 13 Jun 2024 04:07:10 +0000 (06:07 +0200)
manager/pyproject.toml

index 4352616fd757b25e5a3a197584e690f497124b42..256a381241beee09f4b5538152f9682c31a67f6b 100644 (file)
@@ -66,8 +66,6 @@ test = { shell = "env PYTHONPATH=. pytest --junitxml=unit.junit.xml --cov=knot_r
 check = { cmd = "scripts/codecheck", help = "Run static code analysis" }
 format = { shell = "black knot_resolver_manager/ tests/ scripts/ build_c_extensions.py; isort .", help = "Run code formatter" }
 fixdeps = { shell = "poetry install; npm install; npm update", help = "Install/update dependencies according to configuration files"}
-commit = { shell = "scripts/commit", help = "Invoke every single check before commiting" }
-container = { cmd = "scripts/container.py", help = "Manage containers" }
 examples = { cmd = "scripts/examples", help = "Validate all configuration examples" }
 kresctl = { script = "knot_resolver_manager.cli.main:main", cwd="${POE_PWD}", help="run kresctl" }
 kresctl-nocwd = { script = "knot_resolver_manager.cli.main:main", help="run kresctl" } # Python <3.8 and poethepoet <0.22.0 compatibility (see also `./poe`)
@@ -79,8 +77,6 @@ clean = """
          dist
 """
 gen-setuppy = { shell = "python scripts/create_setup.py > setup.py", help = "Generate setup.py file for backwards compatibility" }
-integration = {cmd = "python tests/integration/runner.py", help = "Run integration tests" }
-configure-vscode = {cmd = "scripts/configure-vscode", help = "Create VSCode configuration for debugging, virtual envs etc" }
 man = {cmd = "scripts/man", help = "Display manpage from sources" }
 
 [tool.black]