tox
tox copied to clipboard
Command line driven CI frontend and development task automation tool.
This links to tutorials about how to install different Python versions alongside eachother. Contributes to https://github.com/tox-dev/tox/issues/2453#issuecomment-1192927363 ## Thanks for contributing a pull request! If you are contributing for the first...
Many projects use tox for their tests. Usually, they test with several Python versions. As a newcomer to these projects, to testing, to tox, I have a hard time figuring...
First of all, thanks for `tox`, it's truly fabulous :+1: ### Scenario I'm in the process of migrating a package that I maintain from using `setuptools` to `hatchling` (see [hatch](https://github.com/pypa/hatch))...
We discovered an unexpected error with tox plugins. Using both installed plugins and `requires` keyword may cause local plugins to be disabled. When `requires` is used and it contains a...
This bug was observed when machine was upgraded from one architecture to another (x64-aarm64) or when running on network shares. ## Thanks for contributing a pull request! If you are...
This is the first pass. Signed-off-by: Bernát Gábor
Fallback to tomli, which has the same API. Fixes https://github.com/tox-dev/tox/issues/2462 ## Contribution checklist: (also see [CONTRIBUTING.rst](../tree/master/CONTRIBUTING.rst) for details) - [x] wrote descriptive pull request text - [ ] added/updated test(s)...
Hey, would you accept a pull request that uses tomllib rom the standard library on Python 3.11+ and fallbacks to tomli, instead of toml?
Hey, When using `tox==4.0.0b2` with one of our projects that has an [external package env](https://github.com/snowflakedb/snowflake-sqlalchemy/blob/5d17bfb3dbfb1a9b29d1156c1da538ecf61847e9/tox.ini#L25) it appears as we cannot supply a wheel file through `--installpkg` if we have already...