Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix tox deps run (#291)
Browse files Browse the repository at this point in the history
* 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 <apatard@hupstream.com>

* 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 jazzband/pip-tools#1624
is merged and found in released version.

Signed-off-by: Arnaud Patard <apatard@hupstream.com>

* 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 <apatard@hupstream.com>

* Update tox.ini

Co-authored-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
  • Loading branch information
apatard and ssbarnea committed May 24, 2022
1 parent 3c5aef2 commit 1c53dbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/dictionary.txt
Expand Up @@ -61,6 +61,7 @@ schemafile
scrapy
seealso
setuptools
skipsdist
ssbarnea
subdir
subdirs
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -3,6 +3,7 @@ envlist =
lint
deps
test
skipsdist = True

[testenv]
allowlist_externals =
Expand Down

0 comments on commit 1c53dbd

Please sign in to comment.