| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Feature: suppress step timings for verbosity=1 #2891 (#2992)release-4.5.0 | Ned Batchelder | 2023-04-24 | 1 | -0/+10 |
| | | |||||
| * | Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10 | Teejay | 2023-04-05 | 1 | -2/+2 |
| | | | | | | Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com> Co-authored-by: TJ Bruno <tj.bruno@everactive.com> | ||||
| * | Forward `HOME` by default (#2907) | Ganden Schaffner | 2023-01-31 | 1 | -1/+1 |
| | | | | fixes https://github.com/tox-dev/tox/issues/2702 | ||||
| * | Fix various issues with missing interpreters (#2828) | Stephen Finucane | 2023-01-06 | 2 | -5/+5 |
| | | | | fix https://github.com/tox-dev/tox/issues/2811 | ||||
| * | Fix devenv when package for env is wheel/editable (#2820) | Bernát Gábor | 2023-01-04 | 1 | -3/+6 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2815 | ||||
| * | Add more c-extension env-vars to default pass_env (#2818) | Bernát Gábor | 2023-01-04 | 1 | -3/+4 |
| | | |||||
| * | Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵ | Bernát Gábor | 2023-01-03 | 1 | -0/+17 |
| | | | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543 | ||||
| * | Better message when command parsing on empty input (#2807) | Bernát Gábor | 2023-01-02 | 1 | -0/+8 |
| | | |||||
| * | Suppress a report output when verbosity = 0. (#2774) | q0w | 2022-12-25 | 1 | -0/+10 |
| | | | | | | * Suppress a report output when verbosity = 0. * Use os.linesep | ||||
| * | test_sequential: resolve() the system_executable (#2751) | Masen Furer | 2022-12-18 | 1 | -1/+1 |
| | | | | | | | | | When the _base_executable is a hardlink (macOS homebrew), then the virtualenv `PythonInfo.current_system()` call might not return the same path as tox's PythonInfo.interpreter, even though they would be pointing to the same file. fix issue #2720 | ||||
| * | Fix space not accepted in factor filter expression (#2744) | Bernát Gábor | 2022-12-17 | 1 | -0/+2 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2718 | ||||
| * | Fix plain section shadows env config (#2742) | Bernát Gábor | 2022-12-17 | 1 | -0/+13 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2636 | ||||
| * | Fix legacy flags, deprecate them and remove --index-url (#2731) | Bernát Gábor | 2022-12-15 | 1 | -3/+27 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2690 | ||||
| * | Show only default env list for tox config by default (#2726) | Bernát Gábor | 2022-12-14 | 1 | -8/+6 |
| | | |||||
| * | Add py_dot_ver and py_impl (#2716) | Bernát Gábor | 2022-12-14 | 1 | -0/+9 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2640 | ||||
| * | release 4.0.94.0.9 | Bernát Gábor | 2022-12-13 | 1 | -2/+2 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add PKG_CONFIG_PATH to default passenv (#2700) | Bernát Gábor | 2022-12-13 | 1 | -1/+1 |
| | | |||||
| * | Mark keyboard interrupt flaky test | Bernát Gábor | 2022-12-11 | 1 | -0/+1 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Pass through NUMBER_OF_PROCESSORS on Windows (#2647) | Bernát Gábor | 2022-12-08 | 1 | -1/+1 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Set always PYTHONIOENCODING to utf-8 (#2646) | Bernát Gábor | 2022-12-08 | 1 | -1/+1 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2422 | ||||
| * | Show host python under core section as constant (#2644) | Bernát Gábor | 2022-12-08 | 1 | -0/+7 |
| | | |||||
| * | tox --showconfig -e py shows core configs (#2625) | Bernát Gábor | 2022-12-07 | 1 | -0/+10 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2624 | ||||
| * | Fallback to editable-legacy if the build backend does not have ↵ | Bernát Gábor | 2022-12-04 | 1 | -0/+2 |
| | | | | | | build_editable (#2590) Resolves https://github.com/tox-dev/tox/issues/2567 | ||||
| * | Support - prefix for commands exit code ignore (#2586) | Bernát Gábor | 2022-12-03 | 1 | -2/+3 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2561 | ||||
| * | PEP-660 support (#2502) | Bernát Gábor | 2022-11-26 | 2 | -4/+4 |
| | | |||||
| * | Check 3.11 support (#2492) | Bernát Gábor | 2022-09-09 | 1 | -0/+3 |
| | | |||||
| * | Do not perform interpolation for INI files (#2352) | Bernát Gábor | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Use .tox instead of .tox/4 as work dir (#2347) | Bernát Gábor | 2022-02-08 | 1 | -1/+1 |
| | | |||||
| * | Fix devenv not respecting specified path (#2318) | Bernát Gábor | 2022-01-13 | 1 | -1/+5 |
| | | |||||
| * | 2315 (#2317) | Bernát Gábor | 2022-01-13 | 1 | -0/+7 |
| | | |||||
| * | Keep v3 injected environment variable list (#2313) | Bernát Gábor | 2022-01-11 | 1 | -0/+20 |
| | | |||||
| * | Fix double clean package and broken report (#2309) | Bernát Gábor | 2022-01-10 | 1 | -0/+6 |
| | | |||||
| * | Legacy parallel flag should accept no arguments (#2307) | Bernát Gábor | 2022-01-10 | 1 | -0/+11 |
| | | |||||
| * | Better selection support (#2290) | Bernát Gábor | 2022-01-04 | 10 | -51/+118 |
| | | |||||
| * | Drop python 3.6 support (#2275) | Bernát Gábor | 2021-11-17 | 11 | -14/+32 |
| | | |||||
| * | Update setup changelog | Bernát Gábor | 2021-11-16 | 5 | -16/+21 |
| | | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix list/depends cmd creates package env as run env | Bernát Gábor | 2021-09-24 | 2 | -13/+16 |
| | | | | | | | | 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> | ||||
| * | No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225) | Bernát Gábor | 2021-09-18 | 3 | -11/+12 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Support for --no-provision flag (#2224) | Bernát Gábor | 2021-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Expose the configuration load mechanism to plugins (#2217) | Bernát Gábor | 2021-09-15 | 4 | -34/+40 |
| | | |||||
| * | Let tox run fail when all envs are skipped (#2206) | Jürgen Gmach | 2021-09-10 | 1 | -1/+1 |
| | | |||||
| * | Fix parallel show output not working (#2161) | Bernát Gábor | 2021-08-18 | 1 | -0/+8 |
| | | | | | | 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ábor | 2021-08-15 | 1 | -0/+15 |
| | | |||||
| * | Add support for args_are_paths (#2157) | Bernát Gábor | 2021-08-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Support CLI run flags for tox config (#2150) | Bernát Gábor | 2021-08-09 | 1 | -0/+7 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix virtual environment creation not cached (#2147) | Bernát Gábor | 2021-08-09 | 1 | -0/+12 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Suport # character in path of tox project (#2146) | Bernát Gábor | 2021-08-08 | 1 | -0/+26 |
| | | | | | | | | | | * 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ábor | 2021-08-07 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | * 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 outcome of the tox environment evaluation into result JSON (#2144) | Bernát Gábor | 2021-08-07 | 1 | -0/+5 |
| | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | `tox -e ALL` now runs all environments as expected (#2114) | Jürgen Gmach | 2021-07-26 | 2 | -3/+10 |
| | | | | | | | | | | | | | | | | * `tox -e ALL` now runs all environments as expected This fixes #2112. * Fix tox -e ALL not working Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> * Add test Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
