tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
Hello, im currently managing my python project with pdm and use it to add dependencies with ` pdm add`. I can add a local package `./vendor/local.whl` with `pdm add ./vendor/local.whl`...
## Issue `setenv` variables are not available when running `commands` from a tox test environment, if the variables were defined using [Substitution for values from other sections](https://tox.wiki/en/4.14.2/config.html#substitution-for-values-from-other-sections). That seems some...
## Issue For coverage of C files within a Python package we need to set `CFLAGS=--coverage` and `LDFLAGS=--coverage`. One would expect that setting that within `setenv =` would be enough...
## Issue Some times (not reproducable every time but i run into the issue quite often) tox does not terminate. I run it with ```console python3 -m tox run-parallel --conf...
## Issue We are using `package = external` and `package_env = build-metatensor-core` in our tox setup, and build the wheels with `pip wheel python/metatensor-core {[testenv]build_single_wheel_flags} --wheel-dir {envtmpdir}/dist` On tox 4.14.0,...
## Issue I expect tox to succeed when tests pass with pytest. I am seeing all tests pass with pytest but plugin project has unit tests fail when using tox...
Fixes https://github.com/tox-dev/tox/issues/2753 - [ ] ran the linter to address style issues (`tox -e fix`) - [ ] wrote descriptive pull request text - [ ] ensured there are test(s)...
## What's the problem this feature will solve? When running tools in a tox environment, some applications require that the `WINDIR` environment variable exists. The existence of that environment variables...
updates: - [github.com/python-jsonschema/check-jsonschema: 0.28.5 → 0.28.6](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.5...0.28.6)
Fixes https://github.com/tox-dev/tox/issues/2753 - [ ] ran the linter to address style issues (`tox -e fix`) - [ ] wrote descriptive pull request text - [ ] ensured there are test(s)...