From c766c7e730a6466dccdd82589e75fb58d0bb9dbd Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Tue, 14 Feb 2023 09:50:34 +0100 Subject: [PATCH] Remove unwanted empty space. --- templates/tox.ini.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 0c1ff7e..c01654e 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -6,7 +6,6 @@ envlist = py{310}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_ver {% else %} envlist = py{310}-ansible{5,6,7} {% endif %} - skipsdist = true [testenv]