From 1c53dbd5842672a88acc5764e681d086cf920466 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Tue, 24 May 2022 12:33:01 +0200 Subject: [PATCH] Fix tox deps run (#291) * tox.ini: Set skipsdist On my debian bullseye system, tox is complaining: ERROR: No pyproject.toml or setup.py file found. The expected locations are: ... Set skipsdist to True to avoid that. Signed-off-by: Arnaud Patard * tox.ini: Avoid pip >= 22.1.1 Currently, things are failing due to pip-tools not working with pip >= 22.1.1. So avoid these versions until https://github.com/jazzband/pip-tools/pull/1624 is merged and found in released version. Signed-off-by: Arnaud Patard * negative_test/roles/meta_invalid_role_namespace/meta/main.yml.md: update Update file with version generated out of tox run. Signed-off-by: Arnaud Patard * Update tox.ini Co-authored-by: Sorin Sbarnea --- .config/dictionary.txt | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/dictionary.txt b/.config/dictionary.txt index 53228d3e..74792e88 100644 --- a/.config/dictionary.txt +++ b/.config/dictionary.txt @@ -61,6 +61,7 @@ schemafile scrapy seealso setuptools +skipsdist ssbarnea subdir subdirs diff --git a/tox.ini b/tox.ini index c9ca412a..04ddae21 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = lint deps test +skipsdist = True [testenv] allowlist_externals =