diff --git a/pyproject.toml b/pyproject.toml index 61ff967..f2e6384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" requires-python = ">=3.11,<4.0" dependencies = [ "snakemake-interface-common (>=1.17.4,<2.0.0)", - "snakemake-interface-software-deployment-plugins (>=0.7.7,<1.0)", + "snakemake-interface-software-deployment-plugins (>=0.8.0,<1.0)", ] [tool.pixi.pypi-dependencies] diff --git a/tests/test_plugin.py b/tests/test_plugin.py index af22d47..416c0fd 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -14,7 +14,6 @@ class Test(TestSoftwareDeploymentBase): __test__ = True # activate automatic testing - shell_executable = ["bash", "-l", "-c"] def get_software_deployment_provider_settings( self,