| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Co-authored-by: kdestin <101366538+kdestin@users.noreply.github.com>
Co-authored-by: TJ Bruno <tj.bruno@everactive.com>
|
| |
|
|
|
| |
Without the fix, installation would fail with:
AttributeError: 'Namespace' object has no attribute 'find_links'
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
Fix https://github.com/tox-dev/tox/issues/2386
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/2814#issuecomment-1374804987
|
| |
|
|
|
|
| |
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Fixes https://github.com/tox-dev/tox/issues/2657
Fixes https://github.com/tox-dev/tox/issues/2848
|
| |
|
| |
Fixes https://github.com/tox-dev/tox/issues/2838
|
| |
|
|
|
| |
format files. (#2834)
Fixes https://github.com/tox-dev/tox/issues/2814
|
| |
|
| |
fix https://github.com/tox-dev/tox/issues/2811
|
| |
|
| |
Closes https://github.com/tox-dev/tox/issues/2754
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
(#2813)
Resolves https://github.com/tox-dev/tox/issues/2543
|
| | |
|
| |
|
| |
Co-authored-by: q0w <43147888+q0w@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
Relax the check in `test_list_installed_deps()` to allow `pip freeze`
to return other packages before `pip`. This is necessary
if the Python interpreter vendors some packages itself, so that they
are available even in fresh venv. This is the case e.g. for cffi
in PyPy.
|
| |
|
| |
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2685
|
| |
|
| |
Closes https://github.com/tox-dev/tox/issues/2649
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2773
|
| |
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2636
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2645
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2682
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2674
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2655
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2612
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2603
|
| |
|
|
|
|
| |
--exit-and-dump-after flag (#2597)
Resolves https://github.com/tox-dev/tox/issues/2567
Resolves https://github.com/tox-dev/tox/issues/2595
|
| | |
|
| |
|
|
|
| |
build_editable (#2590)
Resolves https://github.com/tox-dev/tox/issues/2567
|
| |
|
| |
Resolves https://github.com/tox-dev/tox/issues/2568
|
| |
|
|
| |
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 <gaborjbernat@gmail.com>
|
| | |
|
| |
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| |
|
| |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
|
| | |
|
| | |
|