summaryrefslogtreecommitdiff
path: root/tests/test_metadata.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-27/+36
|
* Fixed handling of direct URL requirements with markers (#270)Benoit Pierre2018-11-191-8/+15
| | | There must be at least one space between the URL and the `;` delimiting the markers.
* Fixed handling of extras (#252)Benoit Pierre2018-09-251-4/+19
| | | Ensure extras are properly canonicalized, so corresponding `Provides-Dist` markers will match with the list of extras returned by pkg_resources.
* Fixed handling of direct URL specifiers in requirements (#250)Benoit Pierre2018-09-231-0/+3
| | | Do not strip the URLs. Fixes #249.
* Added a "real proper" fix for duplicate metadata linesAlex Grönholm2018-07-181-38/+36
|
* Added a better test for duplicated generated requirementswim glenn2018-07-171-0/+23
| | | | Signed-off-by: Alex Grönholm <alex.gronholm@nextday.fi>
* Eliminated duplicate generated requirementsAlex Grönholm2018-07-171-1/+1
| | | | Closes #242.
* Fix handling of requirements' environment markers. (#213)Benoit Pierre2018-01-031-0/+25
Parenthesize markers before adding the `and extra == "..."` clause so it does not break the logic of the preceding expression when `or` operands are used.