diff --git a/local-app/python-tools/build-ansible-distribution/create-ansible.sh b/local-app/python-tools/build-ansible-distribution/create-ansible.sh index 85fc88dd..8bfa745f 100755 --- a/local-app/python-tools/build-ansible-distribution/create-ansible.sh +++ b/local-app/python-tools/build-ansible-distribution/create-ansible.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.0.0" +VERSION="1.0.1" THIS=$(basename $0 .sh) # Define the target directory @@ -43,9 +43,10 @@ dependencies = [ "dnspython>=2.8.0", ] -[tool.uv] -# This ensures the venv is created within the project folder -dev-dependencies = [] +[dependency-groups] +dev = [ + "pytest", +] [[tool.uv.index]] name = "pypi"