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

3.17.0: pytest is failing #731

Open
kloczek opened this issue Apr 23, 2023 · 7 comments
Open

3.17.0: pytest is failing #731

kloczek opened this issue Apr 23, 2023 · 7 comments

Comments

@kloczek
Copy link

kloczek commented Apr 23, 2023

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.

  • python3 -sBm build -w --no-isolation
  • because I'm calling build with --no-isolation I'm using during all processes only locally installed modules
  • install .whl file in </install/prefix> using 'installer` module
  • run pytest with $PYTHONPATH pointing to sitearch and sitelib inside </install/prefix>
  • build is performed in env which is cut off from access to the public network (pytest is executed with -m "not network")

Here is list of installed modules in build env

Package         Version
--------------- -------
build           0.10.0
distro          1.8.0
exceptiongroup  1.0.0
gpg             1.19.0
iniconfig       2.0.0
installer       0.7.0
libcomps        0.1.19
packaging       23.1
pluggy          1.0.0
pyproject_hooks 1.0.0
pytest          7.3.1
python-dateutil 2.8.2
setuptools      67.6.1
six             1.16.0
tomli           2.0.1
wheel           0.40.0
@kloczek
Copy link
Author

kloczek commented Apr 23, 2023

Here is pytest output:

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra -m 'not network'
==================================================================================== test session starts ====================================================================================
platform linux -- Python 3.8.16, pytest-7.3.1, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0
collected 249 items / 55 errors

========================================================================================== ERRORS ===========================================================================================
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_AES.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_AES.py:30: in <module>
    from Crypto.Hash import SHA256
lib/Crypto/Hash/SHA256.py:29: in <module>
    _raw_sha256_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA256",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA256': Not found '_SHA256.cpython-38-x86_64-linux-gnu.so', Not found '_SHA256.abi3.so', Not found '_SHA256.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_ARC2.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_ARC2.py:31: in <module>
    from Crypto.Cipher import ARC2
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_ARC4.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_ARC4.py:33: in <module>
    from Crypto.Cipher import ARC4
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_Blowfish.py ________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_Blowfish.py:31: in <module>
    from Crypto.Cipher import Blowfish
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_CAST.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_CAST.py:31: in <module>
    from Crypto.Cipher import CAST
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_CBC.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_CBC.py:37: in <module>
    from Crypto.Cipher import AES, DES3, DES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_CCM.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_CCM.py:37: in <module>
    from Crypto.Cipher import AES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_CFB.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_CFB.py:37: in <module>
    from Crypto.Cipher import AES, DES3, DES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_CTR.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_CTR.py:36: in <module>
    from Crypto.Cipher import AES, DES3
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_ChaCha20.py ________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_ChaCha20.py:37: in <module>
    from Crypto.Util.strxor import strxor_c
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
___________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py ___________________________________________________________
lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py:37: in <module>
    from Crypto.Cipher import ChaCha20_Poly1305
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_DES.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_DES.py:29: in <module>
    from Crypto.Cipher import DES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_DES3.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_DES3.py:30: in <module>
    from Crypto.Cipher import DES3
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_EAX.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_EAX.py:37: in <module>
    from Crypto.Cipher import AES, DES3
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_GCM.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_GCM.py:40: in <module>
    from Crypto.Cipher import AES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_OCB.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_OCB.py:39: in <module>
    from Crypto.Cipher import AES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_OFB.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_OFB.py:36: in <module>
    from Crypto.Cipher import AES, DES3, DES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_OpenPGP.py ________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_OpenPGP.py:36: in <module>
    from Crypto.Cipher import AES, DES3, DES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_SIV.py __________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_SIV.py:39: in <module>
    from Crypto.Cipher import AES
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_Salsa20.py ________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_Salsa20.py:33: in <module>
    from Crypto.Cipher import Salsa20
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py ________________________________________________________________
lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py:30: in <module>
    from Crypto.Cipher import PKCS1_v1_5 as PKCS
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py _______________________________________________________________
lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py:29: in <module>
    from Crypto.Cipher import PKCS1_OAEP as PKCS
lib/Crypto/Cipher/__init__.py:27: in <module>
    from Crypto.Cipher._mode_ecb import _create_ecb_cipher
lib/Crypto/Cipher/_mode_ecb.py:35: in <module>
    raw_ecb_lib = load_pycryptodome_raw_lib("Crypto.Cipher._raw_ecb", """
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_BLAKE2.py __________________________________________________________________
lib/Crypto/SelfTest/Hash/test_BLAKE2.py:38: in <module>
    from Crypto.Util.strxor import strxor_c
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_CMAC.py ___________________________________________________________________
lib/Crypto/SelfTest/Hash/test_CMAC.py:42: in <module>
    from Crypto.Hash import CMAC
lib/Crypto/Hash/CMAC.py:25: in <module>
    from Crypto.Hash import BLAKE2s
lib/Crypto/Hash/BLAKE2s.py:42: in <module>
    _raw_blake2s_lib = load_pycryptodome_raw_lib("Crypto.Hash._BLAKE2s",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._BLAKE2s': Not found '_BLAKE2s.cpython-38-x86_64-linux-gnu.so', Not found '_BLAKE2s.abi3.so', Not found '_BLAKE2s.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_HMAC.py ___________________________________________________________________
lib/Crypto/SelfTest/Hash/test_HMAC.py:31: in <module>
    from Crypto.Hash import (HMAC, MD5, SHA1, SHA256,
lib/Crypto/Hash/HMAC.py:38: in <module>
    from Crypto.Hash import MD5
lib/Crypto/Hash/MD5.py:29: in <module>
    _raw_md5_lib = load_pycryptodome_raw_lib("Crypto.Hash._MD5",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_KMAC.py ___________________________________________________________________
lib/Crypto/SelfTest/Hash/test_KMAC.py:5: in <module>
    from Crypto.Util.strxor import strxor_c
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
_____________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_KangarooTwelve.py ______________________________________________________________
lib/Crypto/SelfTest/Hash/test_KangarooTwelve.py:34: in <module>
    from Crypto.Hash import KangarooTwelve as K12
lib/Crypto/Hash/KangarooTwelve.py:39: in <module>
    from .keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
___________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_MD5.py ___________________________________________________________________
lib/Crypto/SelfTest/Hash/test_MD5.py:28: in <module>
    from Crypto.Hash import MD5
lib/Crypto/Hash/MD5.py:29: in <module>
    _raw_md5_lib = load_pycryptodome_raw_lib("Crypto.Hash._MD5",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_Poly1305.py _________________________________________________________________
lib/Crypto/SelfTest/Hash/test_Poly1305.py:40: in <module>
    from .common import make_mac_tests
lib/Crypto/SelfTest/Hash/common.py:34: in <module>
    from Crypto.Util.strxor import strxor_c
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA3_224.py _________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHA3_224.py:30: in <module>
    from Crypto.Hash import SHA3_224 as SHA3
lib/Crypto/Hash/SHA3_224.py:29: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA3_256.py _________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHA3_256.py:30: in <module>
    from Crypto.Hash import SHA3_256 as SHA3
lib/Crypto/Hash/SHA3_256.py:29: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA3_384.py _________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHA3_384.py:30: in <module>
    from Crypto.Hash import SHA3_384 as SHA3
lib/Crypto/Hash/SHA3_384.py:29: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA3_512.py _________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHA3_512.py:30: in <module>
    from Crypto.Hash import SHA3_512 as SHA3
lib/Crypto/Hash/SHA3_512.py:29: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA512.py __________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHA512.py:29: in <module>
    from Crypto.Hash import SHA512
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
__________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHAKE.py __________________________________________________________________
lib/Crypto/SelfTest/Hash/test_SHAKE.py:39: in <module>
    from Crypto.Hash import SHAKE128, SHAKE256
lib/Crypto/Hash/SHAKE128.py:39: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_TupleHash.py ________________________________________________________________
lib/Crypto/SelfTest/Hash/test_TupleHash.py:7: in <module>
    from Crypto.Hash import TupleHash128, TupleHash256
lib/Crypto/Hash/TupleHash128.py:33: in <module>
    from . import cSHAKE128
lib/Crypto/Hash/cSHAKE128.py:40: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_cSHAKE.py __________________________________________________________________
lib/Crypto/SelfTest/Hash/test_cSHAKE.py:34: in <module>
    from Crypto.Hash import cSHAKE128, cSHAKE256, SHAKE128, SHAKE256
lib/Crypto/Hash/cSHAKE128.py:40: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_keccak.py __________________________________________________________________
lib/Crypto/SelfTest/Hash/test_keccak.py:39: in <module>
    from Crypto.Hash import keccak
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
___________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/IO/test_PBES.py ____________________________________________________________________
lib/Crypto/SelfTest/IO/test_PBES.py:39: in <module>
    from Crypto.IO._PBES import PBES2
lib/Crypto/IO/_PBES.py:41: in <module>
    from Crypto.Hash import MD5, SHA1, SHA224, SHA256, SHA384, SHA512
lib/Crypto/Hash/MD5.py:29: in <module>
    _raw_md5_lib = load_pycryptodome_raw_lib("Crypto.Hash._MD5",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
___________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/IO/test_PKCS8.py ___________________________________________________________________
lib/Crypto/SelfTest/IO/test_PKCS8.py:40: in <module>
    from Crypto.IO import PKCS8
lib/Crypto/IO/PKCS8.py:44: in <module>
    from Crypto.IO._PBES import PBES1, PBES2, PbesError
lib/Crypto/IO/_PBES.py:41: in <module>
    from Crypto.Hash import MD5, SHA1, SHA224, SHA256, SHA384, SHA512
lib/Crypto/Hash/MD5.py:29: in <module>
    _raw_md5_lib = load_pycryptodome_raw_lib("Crypto.Hash._MD5",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Math/test_modexp.py __________________________________________________________________
lib/Crypto/SelfTest/Math/test_modexp.py:50: in <module>
    from Crypto.Hash import SHAKE128
lib/Crypto/Hash/SHAKE128.py:39: in <module>
    from Crypto.Hash.keccak import _raw_keccak_lib
lib/Crypto/Hash/keccak.py:39: in <module>
    _raw_keccak_lib = load_pycryptodome_raw_lib("Crypto.Hash._keccak",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Protocol/test_KDF.py _________________________________________________________________
lib/Crypto/SelfTest/Protocol/test_KDF.py:31: in <module>
    from Crypto.Hash import SHA1, HMAC, SHA256, MD5, SHA224, SHA384, SHA512
lib/Crypto/Hash/SHA1.py:29: in <module>
    _raw_sha1_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA1",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA1': Not found '_SHA1.cpython-38-x86_64-linux-gnu.so', Not found '_SHA1.abi3.so', Not found '_SHA1.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_DSA.py _________________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
_____________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py ______________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_ECC_448.py _______________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py ______________________________________________________________
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_ElGamal.py _______________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
_____________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_import_DSA.py _____________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
_____________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_import_ECC.py _____________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
_____________________________________________________________ ERROR collecting lib/Crypto/SelfTest/PublicKey/test_import_RSA.py _____________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/PublicKey/__init__.py:28: in <module>
    from Crypto.SelfTest.PublicKey import (test_DSA, test_RSA,
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:37: in <module>
    from Crypto.PublicKey import ECC
lib/Crypto/PublicKey/ECC.py:53: in <module>
    from Crypto.Hash import SHA512, SHAKE256
lib/Crypto/Hash/SHA512.py:29: in <module>
    _raw_sha512_lib = load_pycryptodome_raw_lib("Crypto.Hash._SHA512",
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Signature/test_dss.py _________________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/Signature/__init__.py:26: in <module>
    from . import test_pkcs1_15, test_pss, test_dss, test_eddsa
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:37: in <module>
    from Crypto.Util.strxor import strxor
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
_______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Signature/test_eddsa.py ________________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/Signature/__init__.py:26: in <module>
    from . import test_pkcs1_15, test_pss, test_dss, test_eddsa
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:37: in <module>
    from Crypto.Util.strxor import strxor
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
______________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Signature/test_pkcs1_15.py ______________________________________________________________
lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:37: in <module>
    from Crypto.Util.strxor import strxor
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Signature/test_pss.py _________________________________________________________________
/usr/lib64/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:961: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
<frozen importlib._bootstrap>:1014: in _gcd_import
    ???
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
<frozen importlib._bootstrap_external>:843: in exec_module
    ???
<frozen importlib._bootstrap>:219: in _call_with_frames_removed
    ???
lib/Crypto/SelfTest/Signature/__init__.py:26: in <module>
    from . import test_pkcs1_15, test_pss, test_dss, test_eddsa
<frozen importlib._bootstrap>:991: in _find_and_load
    ???
<frozen importlib._bootstrap>:975: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:671: in _load_unlocked
    ???
/usr/lib/python3.8/site-packages/_pytest/assertion/rewrite.py:172: in exec_module
    exec(co, module.__dict__)
lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:37: in <module>
    from Crypto.Util.strxor import strxor
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Util/test_strxor.py __________________________________________________________________
lib/Crypto/SelfTest/Util/test_strxor.py:38: in <module>
    from Crypto.Util.strxor import strxor, strxor_c
lib/Crypto/Util/strxor.py:35: in <module>
    _raw_strxor = load_pycryptodome_raw_lib(
lib/Crypto/Util/_raw_api.py:309: in load_pycryptodome_raw_lib
    raise OSError("Cannot load native module '%s': %s" % (name, ", ".join(attempts)))
E   OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
===================================================================================== warnings summary ======================================================================================
../../../../../usr/lib64/python3.8/unittest/suite.py:92
  /usr/lib64/python3.8/unittest/suite.py:92: PytestCollectionWarning: cannot collect test class 'TestSuite' because it has a __init__ constructor (from: lib/Crypto/SelfTest/Protocol/test_SecretSharing.py)
    class TestSuite(BaseTestSuite):

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================================================================================== short test summary info ==================================================================================
ERROR lib/Crypto/SelfTest/Cipher/test_AES.py - OSError: Cannot load native module 'Crypto.Hash._SHA256': Not found '_SHA256.cpython-38-x86_64-linux-gnu.so', Not found '_SHA256.abi3.so', Not found '_SHA256.so'
ERROR lib/Crypto/SelfTest/Cipher/test_ARC2.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_ARC4.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_Blowfish.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_CAST.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_CBC.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_CCM.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_CFB.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_CTR.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_ChaCha20.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_DES.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_DES3.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_EAX.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_GCM.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_OCB.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_OFB.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_OpenPGP.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_SIV.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_Salsa20.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py - OSError: Cannot load native module 'Crypto.Cipher._raw_ecb': Not found '_raw_ecb.cpython-38-x86_64-linux-gnu.so', Not found '_raw_ecb.abi3.so', Not found '_raw_ecb.so'
ERROR lib/Crypto/SelfTest/Hash/test_BLAKE2.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Hash/test_CMAC.py - OSError: Cannot load native module 'Crypto.Hash._BLAKE2s': Not found '_BLAKE2s.cpython-38-x86_64-linux-gnu.so', Not found '_BLAKE2s.abi3.so', Not found '_BLAKE2s.so'
ERROR lib/Crypto/SelfTest/Hash/test_HMAC.py - OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
ERROR lib/Crypto/SelfTest/Hash/test_KMAC.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Hash/test_KangarooTwelve.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_MD5.py - OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
ERROR lib/Crypto/SelfTest/Hash/test_Poly1305.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHA3_224.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHA3_256.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHA3_384.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHA3_512.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHA512.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/Hash/test_SHAKE.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_TupleHash.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_cSHAKE.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Hash/test_keccak.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/IO/test_PBES.py - OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
ERROR lib/Crypto/SelfTest/IO/test_PKCS8.py - OSError: Cannot load native module 'Crypto.Hash._MD5': Not found '_MD5.cpython-38-x86_64-linux-gnu.so', Not found '_MD5.abi3.so', Not found '_MD5.so'
ERROR lib/Crypto/SelfTest/Math/test_modexp.py - OSError: Cannot load native module 'Crypto.Hash._keccak': Not found '_keccak.cpython-38-x86_64-linux-gnu.so', Not found '_keccak.abi3.so', Not found '_keccak.so'
ERROR lib/Crypto/SelfTest/Protocol/test_KDF.py - OSError: Cannot load native module 'Crypto.Hash._SHA1': Not found '_SHA1.cpython-38-x86_64-linux-gnu.so', Not found '_SHA1.abi3.so', Not found '_SHA1.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_DSA.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_ECC_448.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_ElGamal.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_import_DSA.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/PublicKey/test_import_RSA.py - OSError: Cannot load native module 'Crypto.Hash._SHA512': Not found '_SHA512.cpython-38-x86_64-linux-gnu.so', Not found '_SHA512.abi3.so', Not found '_SHA512.so'
ERROR lib/Crypto/SelfTest/Signature/test_dss.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Signature/test_eddsa.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Signature/test_pkcs1_15.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Signature/test_pss.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
ERROR lib/Crypto/SelfTest/Util/test_strxor.py - OSError: Cannot load native module 'Crypto.Util._strxor': Not found '_strxor.cpython-38-x86_64-linux-gnu.so', Not found '_strxor.abi3.so', Not found '_strxor.so'
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 55 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
=============================================================================== 1 warning, 55 errors in 2.61s ===============================================================================

@kloczek
Copy link
Author

kloczek commented Apr 23, 2023

Here is pytest output with --import-mode=importlib:

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra -m 'not network' --import-mode=importlib
==================================================================================== test session starts ====================================================================================
platform linux -- Python 3.8.16, pytest-7.3.1, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0
collected 1767 items / 3 errors

========================================================================================== ERRORS ===========================================================================================
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Cipher/test_Salsa20.py ________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_Salsa20.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
lib/Crypto/SelfTest/Cipher/test_Salsa20.py:35: in <module>
    from .common import make_stream_tests
E   ModuleNotFoundError: No module named 'lib.Crypto.SelfTest.Cipher.common'; 'lib.Crypto.SelfTest.Cipher' is not a package
________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_Poly1305.py _________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_Poly1305.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
lib/Crypto/SelfTest/Hash/test_Poly1305.py:40: in <module>
    from .common import make_mac_tests
E   ModuleNotFoundError: No module named 'lib.Crypto.SelfTest.Hash.common'; 'lib.Crypto.SelfTest.Hash' is not a package
_________________________________________________________________ ERROR collecting lib/Crypto/SelfTest/Hash/test_SHA512.py __________________________________________________________________
ImportError while importing test module '/home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_SHA512.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
lib/Crypto/SelfTest/Hash/test_SHA512.py:30: in <module>
    from .common import make_hash_tests
E   ModuleNotFoundError: No module named 'lib.Crypto.SelfTest.Hash.common'; 'lib.Crypto.SelfTest.Hash' is not a package
===================================================================================== warnings summary ======================================================================================
lib/Crypto/SelfTest/Cipher/test_DES3.py:60
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_DES3.py:60: UserWarning: Warning: skipping extended tests for TDES ECB (TECBMMT2.rsp)
    test_vectors = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_DES3.py:60
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_DES3.py:60: UserWarning: Warning: skipping extended tests for TDES ECB (TECBMMT3.rsp)
    test_vectors = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_GCM.py:783
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_GCM.py:783: UserWarning: Warning: skipping extended tests for GCM decrypt
    test_vectors_nist = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_GCM.py:789
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_GCM.py:789: UserWarning: Warning: skipping extended tests for GCM encrypt
    test_vectors_nist += load_test_vectors(

lib/Crypto/SelfTest/Hash/test_SHAKE.py:94
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_SHAKE.py:94: UserWarning: Warning: skipping extended tests for Short Messages KAT SHAKE128
    test_vectors_128 = load_test_vectors(("Hash", "SHA3"),

lib/Crypto/SelfTest/Hash/test_SHAKE.py:113
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_SHAKE.py:113: UserWarning: Warning: skipping extended tests for Short Messages KAT SHAKE256
    test_vectors_256 = load_test_vectors(("Hash", "SHA3"),

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Short Message Samples cSHAKE128
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Short Message Samples cSHAKE256
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Custom Message Samples cSHAKE128
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Custom Message Samples cSHAKE256
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_keccak.py:144
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:144: UserWarning: Warning: skipping extended tests for Short Messages KAT 224
    test_vectors_224 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:149
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:149: UserWarning: Warning: skipping extended tests for Long Messages KAT 224
    test_vectors_224 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:168
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:168: UserWarning: Warning: skipping extended tests for Short Messages KAT 256
    test_vectors_256 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:173
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:173: UserWarning: Warning: skipping extended tests for Long Messages KAT 256
    test_vectors_256 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:193
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:193: UserWarning: Warning: skipping extended tests for Short Messages KAT 384
    test_vectors_384 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:198
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:198: UserWarning: Warning: skipping extended tests for Long Messages KAT 384
    test_vectors_384 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:217
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:217: UserWarning: Warning: skipping extended tests for Short Messages KAT 512
    test_vectors_512 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:222
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:222: UserWarning: Warning: skipping extended tests for Long Messages KAT 512
    test_vectors_512 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Protocol/test_KDF.py:743
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:743: UserWarning: Warning: skipping extended tests for NIST SP 800 108 KDF Counter Mode
    test_vectors_sp800_108_counter = load_test_vectors(("Protocol", ),

../../../../../usr/lib64/python3.8/unittest/suite.py:92
  /usr/lib64/python3.8/unittest/suite.py:92: PytestCollectionWarning: cannot collect test class 'TestSuite' because it has a __init__ constructor (from: lib/Crypto/SelfTest/Protocol/test_SecretSharing.py)
    class TestSuite(BaseTestSuite):

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:764
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:764: UserWarning: Warning: skipping extended tests for P-192 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:785
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:785: UserWarning: Warning: skipping extended tests for P-224 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:806
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:806: UserWarning: Warning: skipping extended tests for P-256 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:827
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:827: UserWarning: Warning: skipping extended tests for P-384 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:848
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:848: UserWarning: Warning: skipping extended tests for P-521 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/Signature/test_dss.py:159
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:159: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "DSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:197
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:197: UserWarning: Warning: skipping extended tests for Signature Creation 186-3
    test_vectors_sign = load_test_vectors(("Signature", "DSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:307
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:307: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:314
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:314: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_verify += load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:357
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:357: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_sign = load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:70
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:70: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:117
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:117: UserWarning: Warning: skipping extended tests for Signature Generation 186-2
    test_vectors_sign  = load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:122
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:122: UserWarning: Warning: skipping extended tests for Signature Generation 186-3
    test_vectors_sign += load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pss.py:117
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:117: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "PKCS1-PSS"),

lib/Crypto/SelfTest/Signature/test_pss.py:169
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:169: UserWarning: Warning: skipping extended tests for Signature Generation 186-2
    test_vectors_sign = load_test_vectors(("Signature", "PKCS1-PSS"),

lib/Crypto/SelfTest/Signature/test_pss.py:174
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:174: UserWarning: Warning: skipping extended tests for Signature Generation 186-3
    test_vectors_sign += load_test_vectors(("Signature", "PKCS1-PSS"),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================================================================================== short test summary info ==================================================================================
ERROR lib/Crypto/SelfTest/Cipher/test_Salsa20.py
ERROR lib/Crypto/SelfTest/Hash/test_Poly1305.py
ERROR lib/Crypto/SelfTest/Hash/test_SHA512.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
============================================================================== 36 warnings, 3 errors in 1.36s ===============================================================================

Onfirst loom it looks like use relative imports 🤔

@kloczek
Copy link
Author

kloczek commented Apr 23, 2023

Indeed looks like scan was not able to finish because use of relative imports.
Here is the patch

--- a/lib/Crypto/SelfTest/Cipher/test_Salsa20.py
+++ b/lib/Crypto/SelfTest/Cipher/test_Salsa20.py
@@ -32,7 +32,7 @@

 from Crypto.Cipher import Salsa20

-from .common import make_stream_tests
+from Crypto.SelfTest.Cipher.common import make_stream_tests

 # This is a list of (plaintext, ciphertext, key[, description[, params]])
 # tuples.
--- a/lib/Crypto/SelfTest/Hash/test_Poly1305.py
+++ b/lib/Crypto/SelfTest/Hash/test_Poly1305.py
@@ -37,7 +37,7 @@
 import unittest
 from binascii import unhexlify, hexlify

-from .common import make_mac_tests
+from Crypto.SelfTest.Hash.common import make_mac_tests
 from Crypto.SelfTest.st_common import list_test_cases

 from Crypto.Hash import Poly1305
--- a/lib/Crypto/SelfTest/Hash/test_SHA512.py
+++ b/lib/Crypto/SelfTest/Hash/test_SHA512.py
@@ -27,7 +27,7 @@
 from binascii import hexlify

 from Crypto.Hash import SHA512
-from .common import make_hash_tests
+from Crypto.SelfTest.Hash.common import make_hash_tests
 from Crypto.SelfTest.loader import load_test_vectors

 # Test vectors from various sources

@kloczek
Copy link
Author

kloczek commented Apr 23, 2023

With that patch pytest was able to finish units canning but after that many units started failing

+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib/python3.8/site-packages
+ /usr/bin/pytest -ra -m 'not network' --import-mode=importlib
==================================================================================== test session starts ====================================================================================
platform linux -- Python 3.8.16, pytest-7.3.1, pluggy-1.0.0
rootdir: /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0
collected 1787 items

lib/Crypto/SelfTest/Cipher/test_AES.py ...                                                                                                                                            [  0%]
lib/Crypto/SelfTest/Cipher/test_ARC2.py ...                                                                                                                                           [  0%]
lib/Crypto/SelfTest/Cipher/test_ARC4.py ....                                                                                                                                          [  0%]
lib/Crypto/SelfTest/Cipher/test_Blowfish.py ..                                                                                                                                        [  0%]
lib/Crypto/SelfTest/Cipher/test_CAST.py ..                                                                                                                                            [  0%]
lib/Crypto/SelfTest/Cipher/test_CBC.py FFFFFFFFFFFFFFFFFFFFF.................................................                                                                         [  4%]
lib/Crypto/SelfTest/Cipher/test_CCM.py .......................................                                                                                                        [  6%]
lib/Crypto/SelfTest/Cipher/test_CFB.py FFFFFFFFFFFFFFFFFFFFF........................................................................                                                  [ 12%]
lib/Crypto/SelfTest/Cipher/test_CTR.py .........................                                                                                                                      [ 13%]
lib/Crypto/SelfTest/Cipher/test_ChaCha20.py .................                                                                                                                         [ 14%]
lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py .................................                                                                                                [ 16%]
lib/Crypto/SelfTest/Cipher/test_DES.py ..                                                                                                                                             [ 16%]
lib/Crypto/SelfTest/Cipher/test_DES3.py .....                                                                                                                                         [ 16%]
lib/Crypto/SelfTest/Cipher/test_EAX.py .............................................................................................................................................. [ 24%]
......................................................................................                                                                                                [ 29%]
lib/Crypto/SelfTest/Cipher/test_GCM.py ....................................E                                                                                                          [ 31%]
lib/Crypto/SelfTest/Cipher/test_OCB.py ....................................                                                                                                           [ 33%]
lib/Crypto/SelfTest/Cipher/test_OFB.py FFFFFFFFFFFFFFFFFFFFF.................................................                                                                         [ 37%]
lib/Crypto/SelfTest/Cipher/test_OpenPGP.py FFFFFFFFFFFFFFFFFFFFF.......................                                                                                               [ 39%]
lib/Crypto/SelfTest/Cipher/test_SIV.py ...........................EEEE                                                                                                                [ 41%]
lib/Crypto/SelfTest/Cipher/test_Salsa20.py ......                                                                                                                                     [ 41%]
lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py .........E                                                                                                                                [ 42%]
lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py ..........E                                                                                                                             [ 43%]
lib/Crypto/SelfTest/Hash/test_BLAKE2.py FFFFFFFFFFFFF..........................F..F..F..                                                                                              [ 45%]
lib/Crypto/SelfTest/Hash/test_CMAC.py ......                                                                                                                                          [ 46%]
lib/Crypto/SelfTest/Hash/test_HMAC.py F...                                                                                                                                            [ 46%]
lib/Crypto/SelfTest/Hash/test_KMAC.py FFFFFFFFFFFFF...........................                                                                                                        [ 48%]
lib/Crypto/SelfTest/Hash/test_KangarooTwelve.py ......................                                                                                                                [ 49%]
lib/Crypto/SelfTest/Hash/test_MD5.py .                                                                                                                                                [ 49%]
lib/Crypto/SelfTest/Hash/test_Poly1305.py ..............                                                                                                                              [ 50%]
lib/Crypto/SelfTest/Hash/test_SHA256.py .                                                                                                                                             [ 50%]
lib/Crypto/SelfTest/Hash/test_SHA3_224.py .                                                                                                                                           [ 50%]
lib/Crypto/SelfTest/Hash/test_SHA3_256.py .                                                                                                                                           [ 50%]
lib/Crypto/SelfTest/Hash/test_SHA3_384.py .                                                                                                                                           [ 50%]
lib/Crypto/SelfTest/Hash/test_SHA3_512.py .                                                                                                                                           [ 50%]
lib/Crypto/SelfTest/Hash/test_SHAKE.py FFFFF..........                                                                                                                                [ 51%]
lib/Crypto/SelfTest/Hash/test_TupleHash.py FFFFFFFFFF.....................                                                                                                            [ 53%]
lib/Crypto/SelfTest/Hash/test_cSHAKE.py .F.FFFFF................                                                                                                                      [ 54%]
lib/Crypto/SelfTest/Hash/test_keccak.py ........                                                                                                                                      [ 55%]
lib/Crypto/SelfTest/IO/test_PBES.py ......                                                                                                                                            [ 55%]
lib/Crypto/SelfTest/IO/test_PKCS8.py ....                                                                                                                                             [ 55%]
lib/Crypto/SelfTest/Math/test_Numbers.py FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF.....................................................                                       [ 61%]
lib/Crypto/SelfTest/Math/test_Primality.py E......                                                                                                                                    [ 62%]
lib/Crypto/SelfTest/Math/test_modexp.py ............                                                                                                                                  [ 62%]
lib/Crypto/SelfTest/Protocol/test_KDF.py .........................                                                                                                                    [ 64%]
lib/Crypto/SelfTest/Protocol/test_SecretSharing.py ...........                                                                                                                        [ 64%]
lib/Crypto/SelfTest/Protocol/test_rfc1751.py ..                                                                                                                                       [ 64%]
lib/Crypto/SelfTest/PublicKey/test_DSA.py ..........                                                                                                                                  [ 65%]
lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py ....................                                                                                                                  [ 66%]
lib/Crypto/SelfTest/PublicKey/test_ECC_448.py ....................                                                                                                                    [ 67%]
lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py ................................................................................................                                       [ 72%]
lib/Crypto/SelfTest/PublicKey/test_ElGamal.py .......                                                                                                                                 [ 73%]
lib/Crypto/SelfTest/PublicKey/test_RSA.py .................                                                                                                                           [ 74%]
lib/Crypto/SelfTest/PublicKey/test_import_DSA.py ..........................                                                                                                           [ 75%]
lib/Crypto/SelfTest/PublicKey/test_import_ECC.py .EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE [ 83%]
EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE                                                                                                      [ 87%]
lib/Crypto/SelfTest/PublicKey/test_import_RSA.py ......................................                                                                                               [ 89%]
lib/Crypto/SelfTest/Random/test_random.py .                                                                                                                                           [ 89%]
lib/Crypto/SelfTest/Signature/test_dss.py .......................EE                                                                                                                   [ 91%]
lib/Crypto/SelfTest/Signature/test_eddsa.py .......FF                                                                                                                                 [ 91%]
lib/Crypto/SelfTest/Signature/test_pkcs1_15.py ......                                                                                                                                 [ 92%]
lib/Crypto/SelfTest/Signature/test_pss.py ........                                                                                                                                    [ 92%]
lib/Crypto/SelfTest/Util/test_Counter.py ......                                                                                                                                       [ 92%]
lib/Crypto/SelfTest/Util/test_Padding.py .................                                                                                                                            [ 93%]
lib/Crypto/SelfTest/Util/test_asn1.py ...........................................................................                                                                     [ 97%]
lib/Crypto/SelfTest/Util/test_number.py ........                                                                                                                                      [ 98%]
lib/Crypto/SelfTest/Util/test_rfc1751.py ..                                                                                                                                           [ 98%]
lib/Crypto/SelfTest/Util/test_strxor.py ..........................                                                                                                                    [100%]

========================================================================================== ERRORS ===========================================================================================
_______________________________________________________________________ ERROR at setup of TestVariableLength.runTest ________________________________________________________________________

cls = <class '_pytest.runner.CallInfo'>, func = <function call_runtest_hook.<locals>.<lambda> at 0x7f7b63450f70>, when = 'setup'
reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>)

    @classmethod
    def from_call(
        cls,
        func: "Callable[[], TResult]",
        when: "Literal['collect', 'setup', 'call', 'teardown']",
        reraise: Optional[
            Union[Type[BaseException], Tuple[Type[BaseException], ...]]
        ] = None,
    ) -> "CallInfo[TResult]":
        """Call func, wrapping the result in a CallInfo.

        :param func:
            The function to call. Called without arguments.
        :param when:
            The phase in which the function is called.
        :param reraise:
            Exception or exceptions that shall propagate if raised by the
            function, instead of being wrapped in the CallInfo.
        """
        excinfo = None
        start = timing.time()
        precise_start = timing.perf_counter()
        try:
>           result: Optional[TResult] = func()

/usr/lib/python3.8/site-packages/_pytest/runner.py:341:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/_pytest/runner.py:262: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.8/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.8/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.8/site-packages/_pytest/runner.py:157: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.8/site-packages/_pytest/runner.py:497: in setup
    raise exc
/usr/lib/python3.8/site-packages/_pytest/runner.py:494: in setup
    col.setup()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <TestCaseFunction runTest>

    def setup(self) -> None:
        # A bound method to be called during teardown() if set (see 'runtest()').
        self._explicit_tearDown: Optional[Callable[[], None]] = None
        assert self.parent is not None
>       self._testcase = self.parent.obj(self.name)  # type: ignore[attr-defined]
E       TypeError: __init__() takes 1 positional argument but 2 were given

/usr/lib/python3.8/site-packages/_pytest/unittest.py:201: TypeError
___________________________________________________________________ ERROR at setup of TestVectorsWycheproof.test_decrypt ____________________________________________________________________

cls = <class '_pytest.runner.CallInfo'>, func = <function call_runtest_hook.<locals>.<lambda> at 0x7f7b631cf700>, when = 'setup'
reraise = (<class '_pytest.outcomes.Exit'>, <class 'KeyboardInterrupt'>)

    @classmethod
    def from_call(
        cls,
        func: "Callable[[], TResult]",
        when: "Literal['collect', 'setup', 'call', 'teardown']",
        reraise: Optional[
            Union[Type[BaseException], Tuple[Type[BaseException], ...]]
        ] = None,
    ) -> "CallInfo[TResult]":
        """Call func, wrapping the result in a CallInfo.

        :param func:
            The function to call. Called without arguments.
        :param when:
            The phase in which the function is called.
        :param reraise:
            Exception or exceptions that shall propagate if raised by the
            function, instead of being wrapped in the CallInfo.
        """
        excinfo = None
        start = timing.time()
        precise_start = timing.perf_counter()
        try:
>           result: Optional[TResult] = func()

/usr/lib/python3.8/site-packages/_pytest/runner.py:341:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/site-packages/_pytest/runner.py:262: in <lambda>
    lambda: ihook(item=item, **kwds), when=when, reraise=reraise
/usr/lib/python3.8/site-packages/pluggy/_hooks.py:265: in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
/usr/lib/python3.8/site-packages/pluggy/_manager.py:80: in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3.8/site-packages/_pytest/runner.py:157: in pytest_runtest_setup
    item.session._setupstate.setup(item)
/usr/lib/python3.8/site-packages/_pytest/runner.py:497: in setup
    raise exc
/usr/lib/python3.8/site-packages/_pytest/runner.py:494: in setup
    col.setup()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <TestCaseFunction test_decrypt>

    def setup(self) -> None:
        # A bound method to be called during teardown() if set (see 'runtest()').
        self._explicit_tearDown: Optional[Callable[[], None]] = None
        assert self.parent is not None
>       self._testcase = self.parent.obj(self.name)  # type: ignore[attr-defined]
E       TypeError: __init__() takes 1 positional argument but 2 were given

/usr/lib/python3.8/site-packages/_pytest/unittest.py:201: TypeError

[..]

===================================================================================== warnings summary ======================================================================================
lib/Crypto/SelfTest/Cipher/test_DES3.py:60
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_DES3.py:60: UserWarning: Warning: skipping extended tests for TDES ECB (TECBMMT2.rsp)
    test_vectors = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_DES3.py:60
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_DES3.py:60: UserWarning: Warning: skipping extended tests for TDES ECB (TECBMMT3.rsp)
    test_vectors = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_GCM.py:783
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_GCM.py:783: UserWarning: Warning: skipping extended tests for GCM decrypt
    test_vectors_nist = load_test_vectors(

lib/Crypto/SelfTest/Cipher/test_GCM.py:789
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_GCM.py:789: UserWarning: Warning: skipping extended tests for GCM encrypt
    test_vectors_nist += load_test_vectors(

lib/Crypto/SelfTest/Hash/test_SHAKE.py:94
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_SHAKE.py:94: UserWarning: Warning: skipping extended tests for Short Messages KAT SHAKE128
    test_vectors_128 = load_test_vectors(("Hash", "SHA3"),

lib/Crypto/SelfTest/Hash/test_SHAKE.py:113
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_SHAKE.py:113: UserWarning: Warning: skipping extended tests for Short Messages KAT SHAKE256
    test_vectors_256 = load_test_vectors(("Hash", "SHA3"),

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Short Message Samples cSHAKE128
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Short Message Samples cSHAKE256
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Custom Message Samples cSHAKE128
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_cSHAKE.py:140: UserWarning: Warning: skipping extended tests for Custom Message Samples cSHAKE256
    test_vectors = load_test_vectors(("Hash", "SHA3"), file, descr,

lib/Crypto/SelfTest/Hash/test_keccak.py:144
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:144: UserWarning: Warning: skipping extended tests for Short Messages KAT 224
    test_vectors_224 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:149
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:149: UserWarning: Warning: skipping extended tests for Long Messages KAT 224
    test_vectors_224 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:168
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:168: UserWarning: Warning: skipping extended tests for Short Messages KAT 256
    test_vectors_256 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:173
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:173: UserWarning: Warning: skipping extended tests for Long Messages KAT 256
    test_vectors_256 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:193
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:193: UserWarning: Warning: skipping extended tests for Short Messages KAT 384
    test_vectors_384 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:198
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:198: UserWarning: Warning: skipping extended tests for Long Messages KAT 384
    test_vectors_384 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:217
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:217: UserWarning: Warning: skipping extended tests for Short Messages KAT 512
    test_vectors_512 =  load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Hash/test_keccak.py:222
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_keccak.py:222: UserWarning: Warning: skipping extended tests for Long Messages KAT 512
    test_vectors_512 += load_test_vectors(("Hash", "keccak"),

lib/Crypto/SelfTest/Protocol/test_KDF.py:743
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:743: UserWarning: Warning: skipping extended tests for NIST SP 800 108 KDF Counter Mode
    test_vectors_sp800_108_counter = load_test_vectors(("Protocol", ),

../../../../../usr/lib64/python3.8/unittest/suite.py:92
  /usr/lib64/python3.8/unittest/suite.py:92: PytestCollectionWarning: cannot collect test class 'TestSuite' because it has a __init__ constructor (from: lib/Crypto/SelfTest/Protocol/test_SecretSharing.py)
    class TestSuite(BaseTestSuite):

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:764
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:764: UserWarning: Warning: skipping extended tests for P-192 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:785
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:785: UserWarning: Warning: skipping extended tests for P-224 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:806
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:806: UserWarning: Warning: skipping extended tests for P-256 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:827
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:827: UserWarning: Warning: skipping extended tests for P-384 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:848
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:848: UserWarning: Warning: skipping extended tests for P-521 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/Signature/test_dss.py:159
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:159: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "DSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:197
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:197: UserWarning: Warning: skipping extended tests for Signature Creation 186-3
    test_vectors_sign = load_test_vectors(("Signature", "DSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:307
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:307: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:314
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:314: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_verify += load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_dss.py:357
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_dss.py:357: UserWarning: Warning: skipping extended tests for ECDSA Signature Verification 186-3
    test_vectors_sign = load_test_vectors(("Signature", "ECDSA"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:70
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:70: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:117
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:117: UserWarning: Warning: skipping extended tests for Signature Generation 186-2
    test_vectors_sign  = load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:122
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:122: UserWarning: Warning: skipping extended tests for Signature Generation 186-3
    test_vectors_sign += load_test_vectors(("Signature", "PKCS1-v1.5"),

lib/Crypto/SelfTest/Signature/test_pss.py:117
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:117: UserWarning: Warning: skipping extended tests for Signature Verification 186-3
    test_vectors_verify = load_test_vectors(("Signature", "PKCS1-PSS"),

lib/Crypto/SelfTest/Signature/test_pss.py:169
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:169: UserWarning: Warning: skipping extended tests for Signature Generation 186-2
    test_vectors_sign = load_test_vectors(("Signature", "PKCS1-PSS"),

lib/Crypto/SelfTest/Signature/test_pss.py:174
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:174: UserWarning: Warning: skipping extended tests for Signature Generation 186-3
    test_vectors_sign += load_test_vectors(("Signature", "PKCS1-PSS"),

lib/Crypto/SelfTest/Cipher/test_CBC.py: 15 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CBC.py:317: UserWarning: Warning: skipping extended tests for AES CBC KAT
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_AES_CBCMCT128.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_AES_CBCMCT192.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_AES_CBCMCT256.rsp
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CBC.py:345: UserWarning: Warning: skipping extended tests for AES CBC Montecarlo
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCMMT2.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCMMT3.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCinvperm.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCpermop.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCsubtab.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCvarkey.rsp
lib/Crypto/SelfTest/Cipher/test_CBC.py::NistCbcVectors::test_TDES_TCBCvartext.rsp
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CBC.py:380: UserWarning: Warning: skipping extended tests for TDES CBC KAT
    test_vectors = load_test_vectors(("Cipher", "TDES"),

lib/Crypto/SelfTest/Cipher/test_CCM.py::TestVectorsWycheproof::test_corrupt_decrypt
lib/Crypto/SelfTest/Cipher/test_CCM.py::TestVectorsWycheproof::test_decrypt
lib/Crypto/SelfTest/Cipher/test_CCM.py::TestVectorsWycheproof::test_encrypt
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CCM.py:843: UserWarning: Warning: skipping extended tests for Wycheproof AES CCM
    self.tv = load_test_vectors_wycheproof(("Cipher", "wycheproof"),

lib/Crypto/SelfTest/Cipher/test_CFB.py: 15 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CFB.py:106: UserWarning: Warning: skipping extended tests for AES CFB128 KAT
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB128MCT128.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB128MCT192.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB128MCT256.rsp
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CFB.py:134: UserWarning: Warning: skipping extended tests for AES CFB128 Montecarlo
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CFB.py: 15 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CFB.py:106: UserWarning: Warning: skipping extended tests for AES CFB8 KAT
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB8MCT128.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB8MCT192.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_AES_CFB8MCT256.rsp
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CFB.py:134: UserWarning: Warning: skipping extended tests for AES CFB8 Montecarlo
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64MMT2.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64MMT3.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64invperm.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64permop.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64subtab.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64varkey.rsp
lib/Crypto/SelfTest/Cipher/test_CFB.py::NistCfbVectors::test_TDES_TCFB64vartext.rsp
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_CFB.py:185: UserWarning: Warning: skipping extended tests for TDES CFB64 KAT
    test_vectors = load_test_vectors(("Cipher", "TDES"),

lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py::TestVectorsWycheproof::test_corrupt_decrypt
lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py::TestVectorsWycheproof::test_decrypt
lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py::TestVectorsWycheproof::test_encrypt
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_ChaCha20_Poly1305.py:635: UserWarning: Warning: skipping extended tests for Wycheproof ChaCha20-Poly1305
    result = load_test_vectors_wycheproof(("Cipher", "wycheproof"),

lib/Crypto/SelfTest/Cipher/test_EAX.py::TestVectorsWycheproof::test_corrupt_decrypt
lib/Crypto/SelfTest/Cipher/test_EAX.py::TestVectorsWycheproof::test_decrypt
lib/Crypto/SelfTest/Cipher/test_EAX.py::TestVectorsWycheproof::test_encrypt
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_EAX.py:660: UserWarning: Warning: skipping extended tests for Wycheproof EAX
    self.tv = load_test_vectors_wycheproof(("Cipher", "wycheproof"),

lib/Crypto/SelfTest/Cipher/test_GCM.py::TestVectorsWycheproof::test_corrupt_decrypt
lib/Crypto/SelfTest/Cipher/test_GCM.py::TestVectorsWycheproof::test_decrypt
lib/Crypto/SelfTest/Cipher/test_GCM.py::TestVectorsWycheproof::test_encrypt
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_GCM.py:831: UserWarning: Warning: skipping extended tests for Wycheproof GCM
    self.tv = load_test_vectors_wycheproof(("Cipher", "wycheproof"),

lib/Crypto/SelfTest/Cipher/test_OCB.py::OcbDkgTest::test_1_2
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_OCB.py:750: UserWarning: Warning: skipping extended tests for DKG tests, 1, 104 bits
    tv_file = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_OCB.py::OcbDkgTest::test_1_2
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Cipher/test_OCB.py:750: UserWarning: Warning: skipping extended tests for DKG tests, 2, 104 bits
    tv_file = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_OFB.py: 15 warnings
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/Cipher/test_CBC.py:317: UserWarning: Warning: skipping extended tests for AES CBC KAT
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_AES_OFBMCT128.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_AES_OFBMCT192.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_AES_OFBMCT256.rsp
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/Cipher/test_CBC.py:345: UserWarning: Warning: skipping extended tests for AES CBC Montecarlo
    test_vectors = load_test_vectors(("Cipher", "AES"),

lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBMMT2.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBMMT3.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBinvperm.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBpermop.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBsubtab.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBvarkey.rsp
lib/Crypto/SelfTest/Cipher/test_OFB.py::NistOfbVectors::test_TDES_TOFBvartext.rsp
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/Cipher/test_CBC.py:380: UserWarning: Warning: skipping extended tests for TDES CBC KAT
    test_vectors = load_test_vectors(("Cipher", "TDES"),

lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2bOfficialTestVector::runTest
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_BLAKE2.py:305: UserWarning: Warning: skipping extended tests for BLAKE2b
    warnings.warn("Warning: skipping extended tests for %s" % self.name,

lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2sOfficialTestVector::runTest
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_BLAKE2.py:305: UserWarning: Warning: skipping extended tests for BLAKE2s
    warnings.warn("Warning: skipping extended tests for %s" % self.name,

lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2bTestVector1::runTest
lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2bTestVector2::runTest
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_BLAKE2.py:363: UserWarning: Warning: skipping extended tests for BLAKE2b
    warnings.warn("Warning: skipping extended tests for %s" % self.name,

lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2sTestVector1::runTest
lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2sTestVector2::runTest
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_BLAKE2.py:363: UserWarning: Warning: skipping extended tests for BLAKE2s
    warnings.warn("Warning: skipping extended tests for %s" % self.name,

lib/Crypto/SelfTest/Hash/test_CMAC.py::TestVectorsWycheproof::test_create_mac
lib/Crypto/SelfTest/Hash/test_CMAC.py::TestVectorsWycheproof::test_verify_mac
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Hash/test_CMAC.py:373: UserWarning: Warning: skipping extended tests for Wycheproof CMAC
    self.tv = load_test_vectors_wycheproof(("Hash", "wycheproof"),

lib/Crypto/SelfTest/Protocol/test_KDF.py::TestVectorsHKDFWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:672: UserWarning: Warning: skipping extended tests for Wycheproof HMAC (hkdf_sha1_test.json)
    result = load_test_vectors_wycheproof(("Protocol", "wycheproof"),

lib/Crypto/SelfTest/Protocol/test_KDF.py::TestVectorsHKDFWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:672: UserWarning: Warning: skipping extended tests for Wycheproof HMAC (hkdf_sha256_test.json)
    result = load_test_vectors_wycheproof(("Protocol", "wycheproof"),

lib/Crypto/SelfTest/Protocol/test_KDF.py::TestVectorsHKDFWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:672: UserWarning: Warning: skipping extended tests for Wycheproof HMAC (hkdf_sha384_test.json)
    result = load_test_vectors_wycheproof(("Protocol", "wycheproof"),

lib/Crypto/SelfTest/Protocol/test_KDF.py::TestVectorsHKDFWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Protocol/test_KDF.py:672: UserWarning: Warning: skipping extended tests for Wycheproof HMAC (hkdf_sha512_test.json)
    result = load_test_vectors_wycheproof(("Protocol", "wycheproof"),

lib/Crypto/SelfTest/PublicKey/test_DSA.py::DSATest::test_construct_4tuple
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:764: UserWarning: Warning: skipping extended tests for P-192 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_DSA.py::DSATest::test_construct_4tuple
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:785: UserWarning: Warning: skipping extended tests for P-224 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_DSA.py::DSATest::test_construct_4tuple
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:806: UserWarning: Warning: skipping extended tests for P-256 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_DSA.py::DSATest::test_construct_4tuple
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:827: UserWarning: Warning: skipping extended tests for P-384 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_DSA.py::DSATest::test_construct_4tuple
  /home/tkloczko/rpmbuild/BUILDROOT/python-pycryptodomex-3.17.0-2.fc35.x86_64/usr/lib64/python3.8/site-packages/Crypto/SelfTest/PublicKey/test_ECC_NIST.py:848: UserWarning: Warning: skipping extended tests for P-521 tests from point-at-infinity.org
    tv_pai = load_test_vectors(("PublicKey", "ECC"),

lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py::TestEccPoint_Ed25519::test_negate
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py:114: DeprecationWarning: Please use assertTrue instead.
    self.failUnless(sum.is_point_at_infinity())

lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py::TestEccPoint_Ed25519::test_pai
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_25519.py:108: DeprecationWarning: Please use assertTrue instead.
    self.failUnless(pai.is_point_at_infinity())

lib/Crypto/SelfTest/PublicKey/test_ECC_448.py::TestEccPoint_Ed448::test_negate
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_448.py:114: DeprecationWarning: Please use assertTrue instead.
    self.failUnless(sum.is_point_at_infinity())

lib/Crypto/SelfTest/PublicKey/test_ECC_448.py::TestEccPoint_Ed448::test_pai
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_ECC_448.py:108: DeprecationWarning: Please use assertTrue instead.
    self.failUnless(pai.is_point_at_infinity())

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 30 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:89: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_p192.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 30 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:102: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_p224.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 36 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:115: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_p256.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 35 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:128: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_p384.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 35 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:141: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_p521.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 24 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:153: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_ed25519.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_ECC.py: 21 warnings
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_ECC.py:160: UserWarning: Warning: skipping extended tests for ECC
    key_lines = load_file("ecc_ed448.txt").splitlines()

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_private_clear
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:549: UserWarning: Warning: skipping extended tests for RSA
    key_file = load_file("rsa2048_private_openssh.pem")

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_private_clear
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:550: UserWarning: Warning: skipping extended tests for RSA
    key_file_old = load_file("rsa2048_private_openssh_old.pem")

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_private_password
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:562: UserWarning: Warning: skipping extended tests for RSA
    key_file = load_file("rsa2048_private_openssh_pwd.pem")

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_private_password
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:563: UserWarning: Warning: skipping extended tests for RSA
    key_file_old = load_file("rsa2048_private_openssh_pwd_old.pem")

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_public
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:537: UserWarning: Warning: skipping extended tests for RSA
    key_file_ref = load_file("rsa2048_private.pem")

lib/Crypto/SelfTest/PublicKey/test_import_RSA.py::TestImport_2048::test_import_openssh_public
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/PublicKey/test_import_RSA.py:538: UserWarning: Warning: skipping extended tests for RSA
    key_file = load_file("rsa2048_public_openssh.txt")

lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_sign
lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_eddsa.py:524: UserWarning: Warning: skipping extended tests for Wycheproof ECDSA signature (eddsa_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_sign
lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_eddsa.py:524: UserWarning: Warning: skipping extended tests for Wycheproof ECDSA signature (ed448_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_sig_gen_misc_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha224_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha384_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha3_224_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha3_256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha3_384_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha3_512_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha512_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha512_224_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_2048_sha512_256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha384_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha3_256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha3_384_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha3_512_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha512_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_3072_sha512_256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_4096_sha384_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_4096_sha512_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_4096_sha512_256_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pkcs1_15.py::TestVectorsWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pkcs1_15.py:293: UserWarning: Warning: skipping extended tests for Wycheproof PKCS#1v1.5 signature (rsa_signature_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_2048_sha1_mgf1_20_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_2048_sha256_mgf1_0_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_2048_sha256_mgf1_32_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_2048_sha512_256_mgf1_28_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_2048_sha512_256_mgf1_32_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_3072_sha256_mgf1_32_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_4096_sha256_mgf1_32_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_4096_sha512_mgf1_32_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

lib/Crypto/SelfTest/Signature/test_pss.py::TestVectorsPSSWycheproof::test_verify
  /home/tkloczko/rpmbuild/BUILD/pycryptodome-3.17.0/lib/Crypto/SelfTest/Signature/test_pss.py:305: UserWarning: Warning: skipping extended tests for Wycheproof PSS signature (rsa_pss_misc_test.json)
    result = load_test_vectors_wycheproof(("Signature", "wycheproof"),

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================================================================================== short test summary info ==================================================================================
ERROR lib/Crypto/SelfTest/Cipher/test_GCM.py::TestVariableLength::runTest - TypeError: __init__() takes 1 positional argument but 2 were given
ERROR lib/Crypto/SelfTest/Cipher/test_SIV.py::TestVectorsWycheproof::test_decrypt - TypeError: __init__() takes 1 positional argument but 2 were given
ERROR lib/Crypto/SelfTest/Cipher/test_SIV.py::TestVectorsWycheproof::test_encrypt - TypeError: __init__() takes 1 positional argument but 2 were given
ERROR lib/Crypto/SelfTest/Cipher/test_SIV.py::TestVectorsWycheproof2::test_decrypt - TypeError: __init__() takes 1 positional argument but 2 were given
ERROR lib/Crypto/SelfTest/Cipher/test_SIV.py::TestVectorsWycheproof2::test_encrypt - TypeError: __init__() takes 1 positional argument but 2 were given
ERROR lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py::TestVectorsWycheproof::test_decrypt - TypeError: __init__() missing 1 required positional argument: 'skip_slow_tests'
ERROR lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py::TestVectorsWycheproof::test_decrypt - TypeError: __init__() missing 1 required positional argument: 'skip_slow_tests'
ERROR lib/Crypto/SelfTest/Math/test_Primality.py::test_probable_prime
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_private_pkcs8_in_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_rfc5915_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P192::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_private_pkcs8_in_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_rfc5915_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P224::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_openssh_private_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_openssh_private_password - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_openssh_public - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pem_with_ecparams - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_private_pkcs8_in_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_rfc5915_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P256::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_openssh_private_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_openssh_private_password - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_openssh_public - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_private_pkcs8_in_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_rfc5915_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P384::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_openssh_private_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_openssh_private_password - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_openssh_public - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_private_pkcs8_in_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_rfc5915_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_P521::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_compressed_curve - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pkcs8_and_pem_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pkcs8_and_pem_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_der_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_der_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_pem_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_pem_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_public_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_export_rfc5915_private_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P192::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p192.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_compressed_curve - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pkcs8_and_pem_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pkcs8_and_pem_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_der_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_der_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_pem_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_pem_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_public_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_export_rfc5915_private_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P224::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p224.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_compressed_curve - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_openssh_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_openssh_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pkcs8_and_pem_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pkcs8_and_pem_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_der_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_der_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_pem_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_pem_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_public_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_export_rfc5915_private_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P256::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p256.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_compressed_curve - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_openssh_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_openssh_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pkcs8_and_pem_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pkcs8_and_pem_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_der_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_der_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_pem_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_pem_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_public_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_export_rfc5915_private_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P384::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p384.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_compressed_curve - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_openssh_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_openssh_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pkcs8_and_pem_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pkcs8_and_pem_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_der_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_der_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_pem_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_pem_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_sec1_compressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_public_sec1_uncompressed - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_export_rfc5915_private_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_P521::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_p521.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_openssh_private_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_openssh_private_password - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_openssh_public - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_pkcs8_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed25519::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_openssh - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_public_sec1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_export_raw - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed25519::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed25519.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_pkcs8_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_private_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_private_pkcs8_encrypted_1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_private_pkcs8_encrypted_2 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_x509_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestImport_Ed448::test_import_x509_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_byte_or_string_passphrase - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_error_params1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_openssh - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_private_pem_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_private_pem_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_private_pkcs8_clear - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_private_pkcs8_encrypted - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_public_der - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_public_pem - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_public_sec1 - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_export_raw - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/PublicKey/test_import_ECC.py::TestExport_Ed448::test_prng - lib.Crypto.SelfTest.PublicKey.test_import_ECC.MissingTestVectorException: Missing ecc_ed448.txt
ERROR lib/Crypto/SelfTest/Signature/test_dss.py::TestVectorsDSAWycheproof::test_verify - TypeError: __init__() missing 1 required positional argument: 'slow_tests'
ERROR lib/Crypto/SelfTest/Signature/test_dss.py::TestVectorsECDSAWycheproof::test_verify - TypeError: __init__() missing 1 required positional argument: 'slow_tests'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_IV_iv_attributes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_block_size_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_block_size_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_bytearray - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_data_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_either_encrypt_or_decrypt - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_iv_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_iv_with_matching_length - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_loopback_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_loopback_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_null_encryption_decryption - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_only_one_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_output_param - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_output_param_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_output_param_neg - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_output_param_same_buffer - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_unaligned_data_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_unaligned_data_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CBC.py::BlockChainingTests::test_unknown_parameters - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_IV_iv_attributes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_block_size_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_block_size_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_bytearray - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_data_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_either_encrypt_or_decrypt - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_iv_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_iv_with_matching_length - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_loopback_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_loopback_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_null_encryption_decryption - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_only_one_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_output_param - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_output_param_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_output_param_neg - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_output_param_same_buffer - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_unaligned_data_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_unaligned_data_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_CFB.py::BlockChainingTests::test_unknown_parameters - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_IV_iv_attributes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_block_size_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_block_size_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_bytearray - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_data_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_either_encrypt_or_decrypt - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_iv_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_iv_with_matching_length - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_loopback_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_loopback_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_null_encryption_decryption - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_only_one_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_output_param - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_output_param_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_output_param_neg - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_output_param_same_buffer - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_unaligned_data_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_unaligned_data_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OFB.py::BlockChainingTests::test_unknown_parameters - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_IV_iv_attributes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_block_size_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_block_size_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_bytearray - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_data_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_either_encrypt_or_decrypt - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_iv_must_be_bytes - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_iv_with_matching_length - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_loopback_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_loopback_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_null_encryption_decryption - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_only_one_iv - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_output_param - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_output_param_memoryview - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_output_param_neg - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_output_param_same_buffer - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_unaligned_data_128 - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_unaligned_data_64 - AttributeError: 'BlockChainingTests' object has no attribute 'des3_mode'
FAILED lib/Crypto/SelfTest/Cipher/test_OpenPGP.py::BlockChainingTests::test_unknown_parameters - AttributeError: 'BlockChainingTests' object has no attribute 'aes_mode'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_bytearray - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_default_digest_size - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_digest - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_hex_digest - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_hexverify - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_memoryview - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_new_negative - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_new_positive - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_oid - AttributeError: 'Blake2Test' object has no attribute 'oid_variant'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_update - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_update_after_digest - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_update_negative - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2Test::test_verify - AttributeError: 'Blake2Test' object has no attribute 'BLAKE2'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2OfficialTestVector::runTest - AttributeError: 'Blake2OfficialTestVector' object has no attribute 'name'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2TestVector1::runTest - AttributeError: 'Blake2TestVector1' object has no attribute 'name'
FAILED lib/Crypto/SelfTest/Hash/test_BLAKE2.py::Blake2TestVector2::runTest - AttributeError: 'Blake2TestVector2' object has no attribute 'name'
FAILED lib/Crypto/SelfTest/Hash/test_HMAC.py::HMAC_Module_and_Instance_Test::runTest - AttributeError: 'str' object has no attribute 'items'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_bytearray - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_default_digest_size - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_digest - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_hex_digest - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_hexverify - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_memoryview - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_new_negative - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_new_positive - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_oid - AttributeError: 'KMACTest' object has no attribute 'oid_variant'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_update - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_update_after_digest - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_update_negative - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_KMAC.py::KMACTest::test_verify - AttributeError: 'KMACTest' object has no attribute 'KMAC'
FAILED lib/Crypto/SelfTest/Hash/test_SHAKE.py::SHAKETest::test_digest - AttributeError: 'SHAKETest' object has no attribute 'shake'
FAILED lib/Crypto/SelfTest/Hash/test_SHAKE.py::SHAKETest::test_new_positive - AttributeError: 'SHAKETest' object has no attribute 'shake'
FAILED lib/Crypto/SelfTest/Hash/test_SHAKE.py::SHAKETest::test_update - AttributeError: 'SHAKETest' object has no attribute 'shake'
FAILED lib/Crypto/SelfTest/Hash/test_SHAKE.py::SHAKETest::test_update_after_read - AttributeError: 'SHAKETest' object has no attribute 'shake'
FAILED lib/Crypto/SelfTest/Hash/test_SHAKE.py::SHAKETest::test_update_negative - AttributeError: 'SHAKETest' object has no attribute 'shake'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_bytearray - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_default_digest_size - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_digest - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_hex_digest - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_memoryview - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_new_negative - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_new_positive - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_update - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_update_after_digest - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_TupleHash.py::TupleHashTest::test_update_negative - AttributeError: 'TupleHashTest' object has no attribute 'TupleHash'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_digest - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_new_positive - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_shake - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_update - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_update_after_read - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Hash/test_cSHAKE.py::cSHAKETest::test_update_negative - AttributeError: 'cSHAKETest' object has no attribute 'cshake'
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_abs - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_addition - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_and - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_bool - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_conversion_from_bytes - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_conversion_to_bytes - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_conversion_to_int - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_conversion_to_str - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_equality_with_ints - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_fail_if_divisible_by - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_floor_div - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_gcd - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_get_bit - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_hex - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_add - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_left_shift - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_modulus - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_mul - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_right_shift - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_in_place_sub - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_inequality - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_init_and_equality - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_inplace_exponentiation - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_inplace_inverse - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_inverse - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_is_negative - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_jacobi_symbol - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_jacobi_symbol_wikipedia - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_lcm - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_less_than - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_less_than_or_equal - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_modular_exponentiation - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_more_than - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_more_than_or_equal - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_multiplication - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_multiply_accumulate - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_odd_even - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_or - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_perfect_square - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_remainder - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_repr - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_right_shift - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_set - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_simple_exponentiation - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_size_in_bits - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_size_in_bytes - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_sqrt - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_sqrt_module - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Math/test_Numbers.py::TestIntegerBase::test_subtraction - NotImplementedError: To be implemented
FAILED lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_sign - TypeError: test_sign() missing 1 required positional argument: 'tv'
FAILED lib/Crypto/SelfTest/Signature/test_eddsa.py::TestVectorsEdDSAWycheproof::test_verify - TypeError: test_verify() missing 1 required positional argument: 'tv'
=========================================================== 186 failed, 1380 passed, 416 warnings, 221 errors in 69.23s (0:01:09) ===========================================================

Many errors are caused by even more relative imports however fails are cause by not implemted units 🤔

@kloczek
Copy link
Author

kloczek commented Apr 23, 2023

Another issue: looks like etst suite is installed (lib/Crypto/SelfTest/).
IMO it would be good to move lib/Crypto/SelfTest to tests/ because by default tests/ directory contenbt is exclyuded when .whl is generated.
This will automatically force stop using relative imports.

@mtelka
Copy link

mtelka commented Jul 2, 2023

It looks like the only fully supported and reliable way how to run tests for pycryptodome is setup.py test.

@kloczek
Copy link
Author

kloczek commented Jul 2, 2023

Using setup.py test is already deprecated.
Whatever is present in that file shuld be transferred to unittest/pytest/any-other-test-framework.

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

2 participants