You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> assert constructor(metadata) == helpers.dedent(
"""
Metadata-Version: 2.3
Name: My.App
Version: 0.1.0
License-Expression: MIT OR Apache-2.0
"""
)
E AssertionError: assert 'Metadata-Ver... Apache-2.0\n' == 'Metadata-Ver... Apache-2.0\n'
E
E Skipping 47 identical leading characters in diff, use -v to show
E .0
E - License-Expression: MIT OR Apache-2.0
E ? -----------
E + License: MIT OR Apache-2.0
The text was updated successfully, but these errors were encountered:
When running the
hatch
test suite, in addition of the failures reported in #1850, I get the following ones:Example message:
The text was updated successfully, but these errors were encountered: