Skip to content

test_crypt fails on OpenBSD #75814

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

Closed
serhiy-storchaka opened this issue Sep 29, 2017 · 2 comments
Closed

test_crypt fails on OpenBSD #75814

serhiy-storchaka opened this issue Sep 29, 2017 · 2 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@serhiy-storchaka
Copy link
Member

BPO 31633
Nosy @serhiy-storchaka
Superseder
  • bpo-25287: test_crypt fails on OpenBSD
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-09-29.09:07:11.186>
    created_at = <Date 2017-09-29.09:04:11.269>
    labels = ['3.7', 'type-bug', 'library']
    title = 'test_crypt fails on OpenBSD'
    updated_at = <Date 2017-09-29.09:07:11.184>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-09-29.09:07:11.184>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-09-29.09:07:11.186>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-09-29.09:04:11.269>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31633
    keywords = []
    message_count = 2.0
    messages = ['303314', '303315']
    nosy_count = 2.0
    nosy_names = ['jafo', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '25287'
    type = 'behavior'
    url = 'https://bugs.python.org/issue31633'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    $ ./python -m test -vuall test_crypt
    ...

    ======================================================================
    FAIL: test_methods (test.test_crypt.CryptTestCase)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "/home/serhiy/py/cpython3.7/Lib/test/test_crypt.py", line 29, in test_methods
        self.assertTrue(len(crypt.methods) >= 1)
    AssertionError: False is not true

    crypt.methods is an empty list.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Sep 29, 2017
    @serhiy-storchaka
    Copy link
    Member Author

    This is a duplicate of bpo-25287.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant