Commit fd3fe68
authored
Fix error tox config file not found (tiagocoutinho#20)
Fixes the following error while running tox:
$ tox
ERROR: tox config file (either pyproject.toml, tox.ini, setup.cfg) not found
$ tox --version
3.26.0 imported from /usr/lib/python3.10/site-packages/tox/__init__.py
registered plugins:
tox-current-env-0.0.8 at /usr/lib/python3.10/site-packages/tox_current_env/hooks.py
This happens for the tarball fetched from[1].
[1] https://files.pythonhosted.org/packages/source/m/modbus-proxy/modbus-proxy-0.6.8.tar.gz
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>1 parent 1137e74 commit fd3fe68
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
0 commit comments