-
The tox is only testing the build of the package, it would be good if we could run the CI tests there. Then we use in the CI to not have duplicate code.
-
Plugins (most notably isort and black) in `.pre-commit-config.yaml` are not updated by Dependabot and thus prone to become out of sync with the same dev tools used by tox (also see discussion with @jk…
-
Details from https://github.com/ni/nimi-python/pull/1875
When using travis-tox with tox 4.0 in the nimi-python project, the following traceback was produced:
```
Traceback (most recent call las…
-
**Describe the bug**
I'm trying to package `proxy.py` for Gentoo, and I'm hitting tons of test failures. The best result I've gotten so far is via `tox -e py311`, which still gives 9 integration test…
-
### Description
Quite often we have itests that fail in CI with insufficient context. For [example](https://github.com/canonical/loki-k8s-operator/actions/runs/6580483390/job/17970290199?pr=316#ste…
sed-i updated
3 months ago
-
## Is your feature request related to a problem? Please describe.
Many projects use tox to create venvs and run tests, etc.
There's a plugin for tox called tox-pdm which allows using pdm to install …
-
If I'm not totally mistaken a `-p` / `--pipfile` option is not yet supported by this tox plugin. (This feature has been discussed in https://github.com/tox-dev/tox-pipenv/issues/37#issuecomment-397909…
-
When I embed the pictures as `img` tags, sometimes, they do not show up if they are external.
I have the privacy plugin activated.
I wonder: The url at the top does not have `/en/` in it. Maybe, t…
-
# Summary
People are using `tox -p auto` or `tox -p all` more and more since it exists, (and some are simply using `&` in shell scripts).
But it's failing with `pytest-cov` (https://github.com/n…
-
As @hpk42 [mentioned](https://github.com/tox-dev/tox/pull/495#issuecomment-289426993) certain conventions have been growing to prevent command line args clashes between tox core and plugins, which boi…