Albert Tugushev

Results 19 issues of Albert Tugushev

Hello @Tinche, Are there any blockers for a new release? No pressure, of course, just wondering if there needs some help? I'd gladly contribute. Thanks for your work 🙏🏻

Fixes #1647 ##### Contributor checklist - [x] Provided the tests for the changes. - [x] Assure PR title is short, clear, and good to be included in the user-oriented changelog...

bug fix
resolver

A tech-debt cleanup for [updated](https://github.com/jazzband/pip-tools/pull/1509/files#diff75c898902c2661a44987829ad609250f598417159bba40f90e248c7a131cc8adL637) `Resolver._get_install_requirements()` in #1509. Addresses https://github.com/jazzband/pip-tools/pull/1509#issuecomment-1186602358. ##### Contributor checklist - [ ] Provided the tests for the changes. - [x] Assure PR title is short, clear,...

refactor
skip-changelog

#### What's the problem this feature will solve? Pip's legacy resolver is going to be removed any time soon, let's prepare for it. #### Describe the solution you'd like Deprecate...

deprecation
resolver
backwards incompatible

I'm starting to think it might make sense to deprecate `--allow-unsafe` and make it the default behavior, but that would be as a separate issue/PR for discussion. _Originally posted by...

deprecation
needs discussion
cli

### What's the problem this feature will solve? Currently, `pip install --report` reports errors and exceptions in plain text which is inconvenient for parsing. ### Describe the solution you'd like...

type: feature request
C: install report

It fails on install pip from git `pip install -e git+https://github.com/pypa/pip.git@main#egg=pip`: ``` 2022-08-20T00:23:46.5591707Z ERROR: Exception: 2022-08-20T00:23:46.5592085Z Traceback (most recent call last): 2022-08-20T00:23:46.5602182Z File "D:\a\pip-tools\pip-tools\.tox\pipmain\lib\site-packages\pip\_internal\cli\base_command.py", line 167, in exc_logging_wrapper 2022-08-20T00:23:46.5603563Z status...

bug
ci

Since 21.1 pip has [py.typed](https://github.com/pypa/pip/commit/09e8fa96c7bf821916e9a21135359d1507fa5b68) file, hence many updates on type annotations. ##### Contributor checklist - [ ] Provided the tests for the changes. - [ ] Assure PR title...

skip-changelog

##### Contributor checklist - [ ] Provided the tests for the changes. - [ ] Assure PR title is short, clear, and good to be included in the user-oriented changelog...