summaryrefslogtreecommitdiff
path: root/src/tox/tox_env/python/pip
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
* 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
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-112-12/+29
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-063-5/+32
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-1/+4
* Show installed packages after setup in CI envs (#2794)Bernát Gábor2022-12-301-7/+1
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-1/+1
* 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
* 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-261-4/+6
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-253-15/+25
* Better selection support (#2290)Bernát Gábor2022-01-041-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-176-44/+52
* Update setup changelogBernát Gábor2021-11-161-1/+4
* Support for external packages and builders (#2235)Bernát Gábor2021-09-263-5/+9
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-153-9/+9
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-211-7/+12
* Bump formattersBernát Gábor2021-05-072-2/+2
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-1/+1
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-134-103/+153
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-1/+1
* Minor code improvements (#2017)Miroslav Šedivý2021-04-112-5/+3
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-096-412/+632
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-15/+40
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-1/+1
* remove duplicated word (#1992)Jürgen Gmach2021-04-051-1/+1
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-053-0/+576