| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Without the fix, installation would fail with:
AttributeError: 'Namespace' object has no attribute 'find_links'
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/2814#issuecomment-1374804987
|
| |
|
|
|
| |
format files. (#2834)
Fixes https://github.com/tox-dev/tox/issues/2814
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2773
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2674
|
| |
|
|
| |
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Fixes https://github.com/tox-dev/tox/issues/2366
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [test case] tox4: fails to process requirement files with --hash
Add a test case for issue #2373
* Specifying `--hash` in the deps list doesn't work (pip would
reject this anyway).
* Specifying `--hash` in a requirements.txt file named in the deps list
should work, and recursive parsing should correctly extract the hash.
* PythonDeps: move cli_only handling logic to _parse_requirements
Remove `cli_only` parameter from `build_parser`.
Remove special case handling for `--hash` option (only valid in
requirements.txt files, not `pip install`).
Validate options in PythonDeps._parse_requirements:
* Only check "cli_only" logic for ParsedRequirement objects that
directly come from the PythonDeps.
* Allow included requirements.txt lines to correctly parse `--hash` (Fix #2373).
* Provides a more contextual error message to end users when `--hash`
is used in the deps list.
* changelog for issue #2373
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| | |
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
|
|
| |
The regex searched for `521` instead of `512`.
Closes #2018
|
| |
|
|
|
|
|
|
|
| |
* Use !r to repr strings
* Simplify loops and expressions
* Improve exception traceback
* Add Python 3.10 to installation.rst
|
| |
|