| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump deps and tools (#2954) | Bernát Gábor | 2023-03-23 | 1 | -3/+3 |
| | | |||||
| * | Support recursive extras defined in pyproject.toml (#2905) | Masen Furer | 2023-01-28 | 2 | -6/+19 |
| | | | | | | | | | | | | | | | | | * test_package_pyproject: recursive extras Add regression test for issue #2904 * test_package_pyproject: when project deps has a self-referential extra the project depends on an extra defined within itself * Support recursive extras defined in pyproject.toml Expand extras that reference an extra of the same package name to respect local changes to package metadata. Fix #2904 | ||||
| * | Include WHEEL metadata when using PDM and poetry backends (#2881) | Masen Furer | 2023-01-18 | 1 | -1/+9 |
| | | | | | Fix https://github.com/tox-dev/tox/issues/2880 Fix https://github.com/tox-dev/tox/issues/2870 | ||||
| * | update how extras are extracted to handle cases with more than 2 groups (#2812) | dconathan | 2023-01-03 | 1 | -22/+40 |
| | | | | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net> Resolves https://github.com/tox-dev/tox/issues/2791 fixes https://github.com/tox-dev/tox/issues/2791 | ||||
| * | Fix extracting extras from markers with many extras (#2792) | q0w | 2022-12-30 | 1 | -2/+1 |
| | | | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Fix change_dir is not always relative to tox_root (#2761) | Bernát Gábor | 2022-12-20 | 1 | -6/+2 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2619 | ||||
| * | Fix plain section shadows env config (#2742) | Bernát Gábor | 2022-12-17 | 1 | -2/+2 |
| | | | | 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/+2 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2690 | ||||
| * | Add tox_on_install and tox_env_teardown plugin hooks (#2687) | Bernát Gábor | 2022-12-13 | 1 | -3/+3 |
| | | |||||
| * | Create session views of the build wheel/sdist into temp_dir (#2614) | Bernát Gábor | 2022-12-07 | 2 | -4/+19 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2612 | ||||
| * | Do not conflate extra markers and extra dependencies (#2605) | Bernát Gábor | 2022-12-06 | 1 | -9/+8 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2603 | ||||
| * | Better handling of build backend without editable support and add ↵ | Bernát Gábor | 2022-12-05 | 1 | -6/+10 |
| | | | | | | | --exit-and-dump-after flag (#2597) Resolves https://github.com/tox-dev/tox/issues/2567 Resolves https://github.com/tox-dev/tox/issues/2595 | ||||
| * | Fallback to editable-legacy if the build backend does not have ↵ | Bernát Gábor | 2022-12-04 | 2 | -9/+22 |
| | | | | | | build_editable (#2590) Resolves https://github.com/tox-dev/tox/issues/2567 | ||||
| * | Support for recursive extras (#2579) | Bernát Gábor | 2022-12-02 | 3 | -11/+45 |
| | | | | Resolves https://github.com/tox-dev/tox/issues/2568 | ||||
| * | Avoid recreation of virtualenv due to symlinks (#2574) | Sorin Sbarnea | 2022-12-01 | 1 | -1/+1 |
| | | |||||
| * | PEP-660 support (#2502) | Bernát Gábor | 2022-11-26 | 2 | -20/+35 |
| | | |||||
| * | Use PEP-621 to load project dependencies (#2499) | Bernát Gábor | 2022-09-10 | 2 | -13/+54 |
| | | |||||
| * | Bump tools (#2491) | Bernát Gábor | 2022-09-09 | 1 | -2/+1 |
| | | |||||
| * | Bump linters | Bernát Gábor | 2022-09-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Keep v3 injected environment variable list (#2313) | Bernát Gábor | 2022-01-11 | 1 | -0/+6 |
| | | |||||
| * | Better selection support (#2290) | Bernát Gábor | 2022-01-04 | 1 | -5/+5 |
| | | |||||
| * | Bump linters | Bernát Gábor | 2021-12-11 | 3 | -7/+10 |
| | | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Drop python 3.6 support (#2275) | Bernát Gábor | 2021-11-17 | 5 | -51/+60 |
| | | |||||
| * | Use pyproject-api package (#2274) | Bernát Gábor | 2021-11-16 | 1 | -1/+2 |
| | | |||||
| * | Update setup changelog | Bernát Gábor | 2021-11-16 | 2 | -7/+12 |
| | | | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com> | ||||
| * | Support for the --discover flag (#2245) | Bernát Gábor | 2021-10-04 | 1 | -0/+2 |
| | | |||||
| * | Support for external packages and builders (#2235) | Bernát Gábor | 2021-09-26 | 5 | -120/+312 |
| | | |||||
| * | Fix list/depends cmd creates package env as run env | Bernát Gábor | 2021-09-24 | 1 | -6/+7 |
| | | | | | | | | 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 | 1 | -0/+11 |
| | | | | 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 | 1 | -3/+3 |
| | | |||||
| * | Internal changes to accomodate tox-conda (#2172) | Bernát Gábor | 2021-08-21 | 2 | -19/+19 |
| | | | | | | | | | | - 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> | ||||
| * | Check base python against env name and raise if differs (#2156) | Bernát Gábor | 2021-08-15 | 1 | -0/+1 |
| | | |||||
| * | Add documentation for configuration values (#2127) | Bernát Gábor | 2021-07-28 | 1 | -2/+2 |
| | | |||||
| * | Refactor: Simplify and clean up the code (#1997) | Miroslav Šedivý | 2021-04-06 | 1 | -5/+1 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Start plugin interface documentation and installer (#1991) | Bernát Gábor | 2021-04-05 | 3 | -394/+139 |
| | | | | | | | | | - 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> | ||||
| * | Fix tox is not exiting because package env thread holding it up | Bernát Gábor | 2021-02-15 | 1 | -10/+11 |
| | | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Do not make temp requirements file for deps (#1906) | Bernát Gábor | 2021-02-12 | 1 | -4/+3 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support running python 2 targets (#1900) | Bernát Gábor | 2021-02-09 | 1 | -1/+2 |
| | | |||||
| * | Add more flake8 checks (#1899) | Bernát Gábor | 2021-02-06 | 2 | -2/+4 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add package_root support (#1891) | Bernát Gábor | 2021-02-01 | 1 | -1/+2 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Drop sdistsrc and support --installpkg (#1890) | Bernát Gábor | 2021-02-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add platform support (#1888) | Bernát Gábor | 2021-01-30 | 1 | -0/+5 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add list_dependencies_command support (#1887) | Bernát Gábor | 2021-01-30 | 1 | -3/+8 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Add support for install_command virtualenv settings (#1886) | Bernát Gábor | 2021-01-30 | 2 | -11/+47 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Support for pip_pre config (#1885) | Bernát Gábor | 2021-01-30 | 1 | -1/+11 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Fix bad package dependencies with differing extras (#1869) | Bernát Gábor | 2021-01-23 | 1 | -15/+17 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Recreate when virtualenv changes (#1866) | Bernát Gábor | 2021-01-22 | 1 | -0/+8 |
| | | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> | ||||
| * | Multiple small bug-fixes (#1864) | Bernát Gábor | 2021-01-22 | 1 | -6/+3 |
| | | |||||
| * | Add support for virtualenv configuration options (#1862) | Bernát Gábor | 2021-01-21 | 2 | -19/+56 |
| | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Better handling of packaging env creation (#1807) | Bernát Gábor | 2021-01-13 | 7 | -168/+171 |
| | | |||||
