summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix typo (#2327)rewriteJürgen Gmach2022-01-171-1/+1
|
* Fix add_config factory argument type annotation bad for containers (#2323)Bernát Gábor2022-01-151-0/+2
|
* Update faq.rstBernát Gábor2022-01-141-1/+1
|
* Add example for extending the install commandJürgen Gmach2022-01-141-2/+9
|
* Require Python 3.10 to generate the tox documentation (#2322)Jürgen Gmach2022-01-141-0/+1
| | | | | | | | | | | * Require Python 3.10 to generate the tox documentation This fixes #2321 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Fix some broken linksBernát Gábor2022-01-134-23/+24
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix devenv not respecting specified path (#2318)Bernát Gábor2022-01-131-0/+1
|
* 2315 (#2317)Bernát Gábor2022-01-131-0/+1
|
* Improve wording on PR 2313Bernát Gábor2022-01-111-2/+2
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Do not allow extending the config set beyond setup (#2314)Bernát Gábor2022-01-111-0/+2
|
* Keep v3 injected environment variable list (#2313)Bernát Gábor2022-01-111-0/+2
|
* Fix CLI documentation is missing and broken documentation references (#2311)Bernát Gábor2022-01-102-5/+3
|
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-102-0/+4
|
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-101-0/+1
|
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-0/+1
|
* Document ConfigSet.loaders (#2306)Bernát Gábor2022-01-091-0/+1
|
* Hint for unrecognized arguments to use -- (#2308)Bernát Gábor2022-01-091-0/+2
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Document ownership of the tox.wiki root domain (#2303)Bernát Gábor2022-01-083-11/+7
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix changelogBernát Gábor2022-01-041-1/+1
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* release 4.0.0a104.0.0a10Bernát Gábor2022-01-0414-23/+36
|
* Better selection support (#2290)Bernát Gábor2022-01-046-4/+56
|
* Have the --colored default value be yes in the docs (#2289)Antoine Dechaume2021-12-201-0/+3
| | | | Co-authored-by: Antoine DECHAUME <> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-0/+1
|
* Use pyproject-api package (#2274)Bernát Gábor2021-11-161-0/+2
|
* Update setup changelogBernát Gábor2021-11-162-7/+21
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for the --discover flag (#2245)Bernát Gábor2021-10-041-0/+1
|
* Support for external packages and builders (#2235)Bernát Gábor2021-09-262-2/+58
|
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-241-0/+2
| | | | | | | This happens if you declare configuration for a packaging environment. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix CTRL+C not working on WindowsBernát Gábor2021-09-241-0/+1
| | | | | | | | | | | | | | | | | | Seems sending CTRL_C event on Windows to a new process group does not work in general. It registers on cmd.exe and powershell.exe on its own, however is ignored on powershell when ran within Windows Terminal or Wezterm. Sending CTRL_BREAK seems to work, but on the later brings down the shell itself. However, Windows works differently with signals than Linux. On Linux only the root process gets the signal. On Windows when a signal is sent to a process all processes within that process group will get an instance of that signal. This means that on Windows we don't need to forward signals. All child automatically gets it. The only thing we do is escalate the unanswered interrupt to process kill (there's no SIGTERM on Windows). Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-201-0/+2
| | | | | | | | | * 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>
* No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225)Bernát Gábor2021-09-181-0/+2
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-182-1/+2
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-182-1/+12
|
* release 4.0.0a94.0.0a9Bernát Gábor2021-09-1611-20/+33
|
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-161-0/+1
|
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-155-2/+16
|
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-114-0/+11
|
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-111-0/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-0/+2
| | | | | | | The ConfigSet should be always specialized via subclassing. The contains is a quality of life imporvement for plugins. Also bumped the tools while at it. Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-0/+1
|
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-312-0/+3
|
* Fix env variable substitutions with defaults containing colon (#2186)comabrewer2021-08-271-0/+1
| | | | | | | | | | | | * Fix handling of substitution defaults containing colon * Join remaining parts of string instead of splitting on colon. * Add test with substitution default that contains a colon (URL). Fixes #2182 Signed-off-by: Marco Weber <marco.weber@hotmail.de> * Add changelog entry
* fix link to custom.css in documentation (#2185)Jürgen Gmach2021-08-271-1/+1
|
* fix spelling of PyPI (#2181)Jürgen Gmach2021-08-252-2/+2
|
* Improve documentation and try furo (#2180)Bernát Gábor2021-08-2514-235/+1431
|
* release 4.0.0a84.0.0a8release-4.0.0a8Bernát Gábor2021-08-2120-31/+44
|
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-211-0/+3
| | | | | | | | | - introduce ToxEnvCreateArgs to simplify tox env interface - allow skipping the list dependencies configuration for pip installer - expose python environment creation directly via ensure_python_env - executable should only be part of the python cache for virtual environments (moved it in PythonInfo to extra info set) Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-0/+1
| | | | | When there was also a package built in the given run. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-152-0/+31
|
* Check base python against env name and raise if differs (#2156)Bernát Gábor2021-08-154-42/+45
|