| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2718
|
|
|
| |
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/2690
|
|
|
|
| |
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Fixes https://github.com/tox-dev/tox/issues/2698
|
|
|
| |
Co-authored-by: ptmcg <ptmcg@austin.rr.com>
|
| |
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2640
|
|
|
| |
Fixes https://github.com/tox-dev/tox/issues/2708
|
| |
|
| |
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2682
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2650
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2674
|
|
|
|
|
| |
Co-authored-by: Eric L <ewl+git@lavar.de>
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Resolves https://github.com/tox-dev/tox/issues/2658
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2655
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
StrConverter.to_bool (#2666)
* Use !r and repr to make exception messages clearer.
* Use !r and repr to make exception messages clearer. Add changelog file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Reverted repr() on VALID_BOOL list; updated relevant test
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fixed test-breaking typo
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
| |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2422
|
| |
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2620
|
|
|
|
|
| |
(#2626)
Resolves https://github.com/tox-dev/tox/issues/2616
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2624
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2612
|
| |
|
|
|
|
|
|
|
|
|
| |
Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
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>
Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
Resolves https://github.com/tox-dev/tox/issues/2578
Resolves https://github.com/tox-dev/tox/issues/2602
Resolves https://github.com/tox-dev/tox/issues/2608
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2603
|
|
|
| |
fixes https://github.com/tox-dev/tox/issues/2599
|
|
|
|
|
|
| |
--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/2564
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2562
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2561
|
| |
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2569
|
|
|
|
|
| |
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
|
|
|
| |
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
|
|
|
| |
Resolves https://github.com/tox-dev/tox/issues/2362
|
|
|
| |
Fixes https://github.com/tox-dev/tox/issues/2340
|
| |
|
|
|
|
| |
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
Fixes https://github.com/tox-dev/tox/issues/2414
|
|
|
| |
Fixes: #2356
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [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>
|