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

Tests failing due to metadata shuffle #2

Closed
jaraco opened this issue Apr 19, 2024 · 0 comments
Closed

Tests failing due to metadata shuffle #2

jaraco opened this issue Apr 19, 2024 · 0 comments

Comments

@jaraco
Copy link
Owner

jaraco commented Apr 19, 2024

After migrating to pyproject.toml, metadata went from:

Author: Jason R. Coombs
Author-email: jaraco@jaraco.com

to

Author-email: "Jason R. Coombs" <jaraco@jaraco.com>

This causes the tests to fail:

_____________________________________________________ [doctest] jaraco.media.dvd_info.banner _____________________________________________________
022 
023     Display the banner
024 
025     >>> banner()
Differences (unified diff with -expected +actual):
    @@ -1,6 +1,6 @@
     ==================================================
    -jaraco.media version ...
    -Jason R. Coombs <jaraco@jaraco.com>
    -https://github.com/jaraco/jaraco.media
    +jaraco.media version 4.0.1.dev104+ge680f26.d20240419
    +None <"Jason R. Coombs" <jaraco@jaraco.com>>
    +None
     ==================================================
     <BLANKLINE>

/Users/jaraco/code/jaraco/jaraco.media/jaraco/media/dvd_info.py:25: DocTestFailure

jaraco added a commit to jaraco/jaraco.packaging that referenced this issue Apr 19, 2024
@jaraco jaraco closed this as completed in c807cc2 Apr 19, 2024
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

No branches or pull requests

1 participant