New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31633>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to