[New-bugs-announce] [issue31633] test_crypt fails on OpenBSD

Serhiy Storchaka report at bugs.python.org
Fri Sep 29 05:04:11 EDT 2017


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

$ ./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.

----------
components: Library (Lib)
messages: 303314
nosy: jafo, serhiy.storchaka
priority: normal
severity: normal
status: open
title: test_crypt fails on OpenBSD
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31633>
_______________________________________


More information about the New-bugs-announce mailing list