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

Fix pep508-rs tests without features #1778

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Fix pep508-rs tests without features #1778

merged 1 commit into from
Feb 20, 2024

Conversation

charliermarsh
Copy link
Member

No description provided.

@charliermarsh charliermarsh added the internal A refactor or improvement that is not user-facing label Feb 20, 2024
if let Some(working_dir) = working_dir {
VerbatimUrl::from_path(url, working_dir).with_given(url.to_string())
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was missing #[cfg(feature = "non-pep508-extensions")].

@charliermarsh charliermarsh marked this pull request as ready for review February 20, 2024 19:27
@charliermarsh charliermarsh enabled auto-merge (squash) February 20, 2024 19:30
@charliermarsh charliermarsh merged commit 8df48f0 into main Feb 20, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/pep branch February 20, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant