Skip to content

Conversation

@vpetrigo
Copy link

@vpetrigo vpetrigo commented Jan 9, 2025

This is an attempt to fix the issue described here juftin/hatch-pip-compile#85.

As it was discussed there, since hatch already depends on uv there is no need to rely on pip install during environment requirements resolution, because it may be not available.

@vpetrigo vpetrigo force-pushed the fix/hardcoded-reliance-on-pip branch from 56d4787 to b1838f8 Compare January 11, 2025 22:04
@vpetrigo vpetrigo force-pushed the fix/hardcoded-reliance-on-pip branch from 8dca06c to c1f2e75 Compare July 2, 2025 14:18
@vpetrigo
Copy link
Author

@ofek would you please re-approve workflows once again, I fixed formatting errors reported. I am really sorry to bother you. 😔

@vpetrigo
Copy link
Author

Not sure why 3.12 on Linux failed. Re-run that in my repo and it passed. 🤷

@vpetrigo
Copy link
Author

vpetrigo commented Jan 29, 2026

Tests fail due to differences in rendering Terminal output:

with console.capture() as capture:
console.print(table)

The following update in test_show.py fixes tests:

    with console.capture() as capture:
        console.print(table, overflow="ignore", no_wrap=True, crop=False)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants