Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use PEP 735 / dependency groups in tox #107

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Use PEP 735 / dependency groups in tox #107

wants to merge 1 commit into from

Conversation

hynek
Copy link
Owner

@hynek hynek commented Oct 16, 2024

We can't merge it before at least one installer supports it, though. Otherwise, there would be no way to install a local dev environment (currently pip install -e .[dev]) as exemplified by the failing CI.

Also need to adjust RTD integration.

@hynek hynek marked this pull request as draft October 16, 2024 07:45
@gaborbernat
Copy link

We can't merge it before at least one installer supports it, though. Otherwise, there would be no way to install a local dev environment (currently pip install -e .[dev]) as exemplified by the failing CI.

You really should have a tox environment with editable install and problem solved 😅

@hynek hynek force-pushed the dep-groups branch 5 times, most recently from d0112e4 to 062888c Compare October 26, 2024 11:56
@hynek hynek force-pushed the dep-groups branch 5 times, most recently from cca4973 to 11e7ae0 Compare November 2, 2024 09:59
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