summaryrefslogtreecommitdiff
path: root/whitelist.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-0/+1
|
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-061-0/+1
| | | fix https://github.com/tox-dev/tox/issues/2811
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-031-0/+3
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-301-4/+3
| | | Resolves https://github.com/tox-dev/tox/issues/2685
* implement pseudo tty on stdout/stderr (#2711)Masen Furer2022-12-161-0/+7
|
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-5/+3
| | | Resolves https://github.com/tox-dev/tox/issues/2612
* Better handling of build backend without editable support and add ↵Bernát Gábor2022-12-051-0/+1
| | | | | | --exit-and-dump-after flag (#2597) Resolves https://github.com/tox-dev/tox/issues/2567 Resolves https://github.com/tox-dev/tox/issues/2595
* Ensure only one tox environment operates on a packaging environment (#2588)Bernát Gábor2022-12-041-0/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2564
* Fix doc build, bump deps and toolsBernát Gábor2022-12-031-59/+0
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Avoid impossible minversion requirement (#2549)Sorin Sbarnea2022-11-261-0/+5
| | | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Fixes https://github.com/tox-dev/tox/issues/2414
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-6/+2
|
* Display registered plugins with --version (#2413)Max Droy2022-09-091-0/+1
| | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Enable link check during documentation build and fix broken (#2326)Bernát Gábor2022-01-261-0/+2
|
* Better selection support (#2290)Bernát Gábor2022-01-041-8/+1
|
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-1/+1
|
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-201-0/+4
| | | | | | | | | * Add support for TOX_LIMITED_SHEBANG Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Fix Windows Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-1/+2
|
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-111-0/+2
|
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-311-2/+0
|
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-151-36/+34
|
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-0/+1
| | | | | | | | | * Suport # character in path of tox project Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Windows support Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-071-2/+4
| | | | | | | | | | | | | | | | | * 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>
* Support all Unix shell-style wildcards for pass_env (#2145)Bernát Gábor2021-08-071-3/+4
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-0/+1
| | | | | Instead fallback to literal value. Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-021-2/+3
| | | | | | | | | | | | * Add support for allowlist_externals Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Apply suggestions from code review Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
* Add documentation for configuration values (#2127)Bernát Gábor2021-07-281-27/+9
|
* Move from toml to tomli (#2118)Bernát Gábor2021-07-261-0/+1
|
* Migrate to platformdirs from appdirs (#2117)Bernát Gábor2021-07-261-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix typos (#2029)Miroslav Šedivý2021-04-141-3/+0
|
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-091-8/+23
|
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-7/+21
| | | | | | | | - 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>
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-3/+5
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-121-0/+1
|
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-39/+41
|
* Normalize the description line to contain single whitespace and no newline ↵Bernát Gábor2021-02-141-0/+1
| | | | | | (#1912) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support running python 2 targets (#1900)Bernát Gábor2021-02-091-0/+1
|
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-0/+216
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>