Commit 6dce453
Remove tox warning about missing allowlist_externals
* The warning is:
WARNING: test command found but not installed in testenv
cmd: /usr/bin/sh
env: /home/nicolas/work/libyang-python/.tox/lint
Maybe you forgot to specify a dependency? See also the
allowlist_externals envconfig setting.
DEPRECATION WARNING: this will be an error in tox 4 and above!
* Depending on the operating system where tox is run, some common
system tools are located in different places. In particular:
- ubuntu-18.04: /bin/sh
- ubuntu-20.04: /usr/bin/sh
* The github CI workflow is running on ubuntu-latest, which it resolves
to ubuntu-20.04 now, where "sh" is on /usr/bin/sh, making tox
complain about not having it allow-listed1 parent 7a0c440 commit 6dce453
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments