summaryrefslogtreecommitdiff
path: root/tests/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-0/+10
* Enforce constraints during install_package_deps (#2888)Masen Furer2023-01-251-1/+137
* Allow package names with env markers with pip binary options (#2853)q0w2023-01-111-0/+7
* Handle properly pip --no-binary / --only-binary options in requirements.txt f...q0w2023-01-061-6/+33
* Better message when command parsing on empty input (#2807)Bernát Gábor2023-01-021-0/+11
* Handle whitespace around requirements (#2779)Bernát Gábor2022-12-261-0/+7
* Remove incorrect docstringBernát Gábor2022-12-181-3/+0
* Fix requirements.txt parsing (#2683)Bernát Gábor2022-12-111-0/+9
* Support for --no-deps within deps (#2678)Bernát Gábor2022-12-111-0/+21
* Fallback to editable-legacy if the build backend does not have build_editable...Bernát Gábor2022-12-041-3/+11
* Allow installing relative paths that go outside tox root folder (#2554)Sorin Sbarnea2022-11-292-7/+10
* PythonDeps: move `cli_only` handling logic to `_parse_requirements` (#2547)Masen Furer2022-11-251-0/+28
* Better selection support (#2290)Bernát Gábor2022-01-041-2/+2
* Bump lintersBernát Gábor2021-12-111-1/+1
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-173-4/+10
* Update setup changelogBernát Gábor2021-11-162-6/+10
* Support for external packages and builders (#2235)Bernát Gábor2021-09-262-2/+13
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-3/+12
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-133-209/+274
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-0/+10
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-093-401/+424
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-6/+17
* Add names to the req file parametrized testsBernát Gábor2021-04-051-42/+63
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-052-0/+595