| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add support for exec subcommand
Run arbitrary commands within your tox environment. Don't abuse it.
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Update docs/changelog/1790.feature.rst
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* reindent
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
|
| |
|
|
|
|
|
|
|
|
| |
- Add documentation for the plugin interface
- Introduce the installer abstraction
- Rework how we handle tox deps section, requirement and constraint files
- Support for escaping comments in tox.ini configs
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
|
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
Part of this unify the sequential and parallel execution engines.
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
|
|
|
|
| |
Now any loader can be overwritten. Separate better source and loader
concept. The source no longer provides the tox root, but is taken as
construction argument.
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- When we load a tox configuration set ensure we create the tox
environment for it via a callback (default is noop), because this is
what registers the list of valid/defined configuration options
- When the replacer loads a value this might be of not string type,
create a stringify method that transforms arbitrary types to string, and
use this to stringify typed values inside the replacer, and also reuse
this for the show configuration command
- Remove the integration test folder, move these alongside the tests
themselves and introduce an integration marker to mark them as such
- Only run integration tests if the --run-integration is passed in,
or if there's a single test inside the run suite
- Expose this integration functionality via our pytest plugin
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
|
|
|
| |
Signed-off-by: bgabor8 <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: bgabor8 <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
|
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
|