You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from this being the "modern way" to do things, this would allow us to use dependency groups. Nowadays we have a hodgepodge of dependencies in requirements-tests.txt for various purposes. This not only install unnecessary installs, it can also make unrelated tests fail if there is a problem with a more exotic requirement.
That said, splitting the requirements into groups would be a second step (and issue).
The text was updated successfully, but these errors were encountered:
I actually have a wip branch on this! I was waiting for pip 25.1 to release with support for dependency groups. Avasam#40 (although I was playing around with a bit more than just moving deps)
However, it would further delay installing ts_lib as local editable install because afaik there's currently no way to do that in a way that's compatible with both pip and uv.
Apart from this being the "modern way" to do things, this would allow us to use dependency groups. Nowadays we have a hodgepodge of dependencies in
requirements-tests.txt
for various purposes. This not only install unnecessary installs, it can also make unrelated tests fail if there is a problem with a more exotic requirement.That said, splitting the requirements into groups would be a second step (and issue).
The text was updated successfully, but these errors were encountered: