summaryrefslogtreecommitdiff
path: root/src/tox/tox_env
Commit message (Expand)AuthorAgeFilesLines
* Fix for requirements.txt using both --index-url and --find-links (#2959)release-4.4.8Alexander Clausen2023-03-261-2/+2
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-3/+3
* Forward `HOME` by default (#2907)Ganden Schaffner2023-01-311-0/+1
* Support recursive extras defined in pyproject.toml (#2905)Masen Furer2023-01-282-6/+19
* pip_install: constrain_package_deps is now False by default (#2899)Masen Furer2023-01-251-1/+1
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-251-1/+50
* Include WHEEL metadata when using PDM and poetry backends (#2881)Masen Furer2023-01-181-1/+9
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-112-12/+29
* Revert to supporting simple Python factors (#2849)Stephen Finucane2023-01-111-4/+13
* Only return Python factor on base_python conflict (#2840)Stephen Finucane2023-01-101-11/+14
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-063-5/+32
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-062-13/+19
* Fail on mismatched python spec attributes (#2824)Stephen Finucane2023-01-051-1/+1
* Add more c-extension env-vars to default pass_env (#2818)Bernát Gábor2023-01-042-1/+8
* update how extras are extracted to handle cases with more than 2 groups (#2812)dconathan2023-01-031-22/+40
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes (#2...Bernát Gábor2023-01-031-1/+10
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-1/+4
* Reuse package_env with --installpkg (#2803)Bernát Gábor2023-01-021-3/+2
* Fix extracting extras from markers with many extras (#2792)q0w2022-12-301-2/+1
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-302-9/+9
* Fix --skip-missing-interpreters (#2793)q0w2022-12-291-0/+8
* Fix logging error with emoji in git branch name. (#2790)James Williams2022-12-291-1/+1
* Create temp_dir if not exists (#2781)q0w2022-12-281-0/+4
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-1/+1
* Fix --sdistonly behaviour (#2775)q0w2022-12-251-1/+2
* Fix change_dir is not always relative to tox_root (#2761)Bernát Gábor2022-12-203-14/+31
* Fix plain section shadows env config (#2742)Bernát Gábor2022-12-171-2/+2
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-161-0/+7
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-3/+2
* Add py_dot_ver and py_impl (#2716)Bernát Gábor2022-12-142-1/+13
* Add PKG_CONFIG_PATH to default passenv (#2700)Bernát Gábor2022-12-131-0/+1
* Add tox_on_install and tox_env_teardown plugin hooks (#2687)Bernát Gábor2022-12-135-6/+15
* Fix requirements.txt parsing (#2683)Bernát Gábor2022-12-111-2/+2
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-113-15/+40
* Fail on blanks in passed env vars (#2671)Eric L2022-12-101-2/+12
* Normalize extra names passed in (#2668)Bernát Gábor2022-12-091-0/+9
* Pass through NUMBER_OF_PROCESSORS on Windows (#2647)Bernát Gábor2022-12-081-0/+1
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-072-4/+19
* Do not conflate extra markers and extra dependencies (#2605)Bernát Gábor2022-12-061-9/+8
* Remove deprecated `whitelist_externals` configuration option (#2600)Jürgen Gmach2022-12-061-1/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-054-25/+41
* Lock parallel package operations (#2593)Bernát Gábor2022-12-052-6/+18
* Fallback to editable-legacy if the build backend does not have build_editable...Bernát Gábor2022-12-042-9/+22
* Ensure only one tox environment operates on a packaging environment (#2588)Bernát Gábor2022-12-041-8/+22
* Support for recursive extras (#2579)Bernát Gábor2022-12-023-11/+45
* Avoid recreation of virtualenv due to symlinks (#2574)Sorin Sbarnea2022-12-011-1/+1
* Allow installing relative paths that go outside tox root folder (#2554)Sorin Sbarnea2022-11-291-3/+8
* PEP-660 support (#2502)Bernát Gábor2022-11-265-29/+54
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-253-15/+25
* Bump tools and deps (#2522)Bernát Gábor2022-10-301-3/+3