Skip to content

Commit

Permalink
tests: fix tests for new pypa/packaging version
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <lains@riseup.net>
  • Loading branch information
FFY00 committed Jan 26, 2022
1 parent 7967edc commit 1691b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_standard_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
(
'Field `project.dependencies` contains an invalid PEP 508 requirement '
'string `definitely not a valid PEP 508 requirement!` '
'(`Parse error at "\'not a va\'": Expected stringEnd`)'
'(`Parse error at "\'not a va\'": Expected string_end`)'
),
),
# optional-dependencies
Expand Down Expand Up @@ -284,7 +284,7 @@
(
'Field `project.optional-dependencies.test` contains an invalid '
'PEP 508 requirement string `definitely not a valid PEP 508 requirement!` '
'(`Parse error at "\'not a va\'": Expected stringEnd`)'
'(`Parse error at "\'not a va\'": Expected string_end`)'
),
),
# requires-python
Expand Down

0 comments on commit 1691b64

Please sign in to comment.