This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients pablogsal, sobolevn, vstinner
Date 2021-09-07.19:22:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631042535.9.0.0530854212032.issue45128@roundup.psfhosted.org>
In-reply-to
Content
I guess that the test was previously skipped, and bpo-45042 enabled again the test:

commit e5976dd2e6e966183da59df99978ebcb4b3a32df
Author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Date:   Sat Sep 4 14:04:44 2021 -0700

    bpo-45042: Now test classes decorated with `requires_hashdigest` are not skipped (GH-28060)
    
    
    Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
    (cherry picked from commit dd7b816ac87e468e2fa65ce83c2a03fe1da8503e)
    
    Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
History
Date User Action Args
2021-09-07 19:22:15vstinnersetrecipients: + vstinner, pablogsal, sobolevn
2021-09-07 19:22:15vstinnersetmessageid: <1631042535.9.0.0530854212032.issue45128@roundup.psfhosted.org>
2021-09-07 19:22:15vstinnerlinkissue45128 messages
2021-09-07 19:22:15vstinnercreate