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

Testing suggestions for PR #200 #201

Closed
wants to merge 5 commits into from
Closed

Conversation

matthias-bach-by
Copy link
Collaborator

No description provided.

damianwasik98 and others added 3 commits September 13, 2023 20:40
From now it is possible to parse vcs urls in requirements file.

Fixes #99
There was a problem with zope-event package.
It is possible to `pip wheel zope-event` or `pip wheel zope.event`
but each command produces wheel file with `.` in its name, because
project_name in package metadata is `zope.event`.

Builder._find_wheel method produced BuildError because there was no
whl file containing `zope-event`.
@matthias-bach-by matthias-bach-by self-assigned this Sep 15, 2023
…reak packages that don't normalise dashes to dots.
…st switch to pip-requirements-parser

For the purpose of a junit file we don't actually care about how these names are normalised. It is only important that every entry in the requirements file gets a corresponding entry.
@coveralls
Copy link

Coverage Status

coverage: 97.549% (-0.4%) from 97.927% when pulling 6f6bed7 on vcs-urls-suggestions into 2598b02 on master.

@matthias-bach-by
Copy link
Collaborator Author

This was only created as a convenient way to run tests across all supported Python versions.

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.

None yet

3 participants