summaryrefslogtreecommitdiff
path: root/tests/session/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Feature: suppress step timings for verbosity=1 #2891 (#2992)release-4.5.0Ned Batchelder2023-04-241-0/+10
|
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-051-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 Schaffner2023-01-311-1/+1
| | | fixes https://github.com/tox-dev/tox/issues/2702
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-062-5/+5
| | | fix https://github.com/tox-dev/tox/issues/2811
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-041-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ábor2023-01-041-3/+4
|
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-031-0/+17
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+8
|
* Suppress a report output when verbosity = 0. (#2774)q0w2022-12-251-0/+10
| | | | | * Suppress a report output when verbosity = 0. * Use os.linesep
* test_sequential: resolve() the system_executable (#2751)Masen Furer2022-12-181-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ábor2022-12-171-0/+2
| | | Resolves https://github.com/tox-dev/tox/issues/2718
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-0/+13
| | | Resolves https://github.com/tox-dev/tox/issues/2636
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-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ábor2022-12-141-8/+6
|
* Add py_dot_ver and py_impl (#2716)Bernát Gábor2022-12-141-0/+9
| | | Resolves https://github.com/tox-dev/tox/issues/2640
* release 4.0.94.0.9Bernát Gábor2022-12-131-2/+2
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add PKG_CONFIG_PATH to default passenv (#2700)Bernát Gábor2022-12-131-1/+1
|
* Mark keyboard interrupt flaky testBernát Gábor2022-12-111-0/+1
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Pass through NUMBER_OF_PROCESSORS on Windows (#2647)Bernát Gábor2022-12-081-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ábor2022-12-081-1/+1
| | | Resolves https://github.com/tox-dev/tox/issues/2422
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+7
|
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-071-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ábor2022-12-041-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ábor2022-12-031-2/+3
| | | Resolves https://github.com/tox-dev/tox/issues/2561
* PEP-660 support (#2502)Bernát Gábor2022-11-262-4/+4
|
* Check 3.11 support (#2492)Bernát Gábor2022-09-091-0/+3
|
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-4/+4
|
* Use .tox instead of .tox/4 as work dir (#2347)Bernát Gábor2022-02-081-1/+1
|
* Fix devenv not respecting specified path (#2318)Bernát Gábor2022-01-131-1/+5
|
* 2315 (#2317)Bernát Gábor2022-01-131-0/+7
|
* Keep v3 injected environment variable list (#2313)Bernát Gábor2022-01-111-0/+20
|
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-0/+6
|
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-101-0/+11
|
* Better selection support (#2290)Bernát Gábor2022-01-0410-51/+118
|
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1711-14/+32
|
* Update setup changelogBernát Gábor2021-11-165-16/+21
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-242-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ábor2021-09-183-11/+12
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-181-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-154-34/+40
|
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-1/+1
|
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-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ábor2021-08-151-0/+15
|
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-1/+1
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-091-0/+7
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-0/+12
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-081-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ábor2021-08-071-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ábor2021-08-071-0/+5
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-262-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>