gear/gear/tests
Fabien Boucher 79e1c3009e Bump crypto requirement to accomodate security standards
Depends-on: https://review.opendev.org/742165

On Fedora rawhide the gear package no longer build.
https://koschei.fedoraproject.org/package/python-gear?

This patch ensures that the ssl engine does not complains about:
- ssl.SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:2951)
- ssl.SSLError: [SSL: CA_MD_TOO_WEAK] ca md too weak (_ssl.c:2951)

To reproduce the issue:
podman run -it --root fedora:rawhide
dnf install git libffi-devel python-devel tox gcc
git clone https://opendev.org/opendev/gear.git && cd gear
tox -epy39
tox -epy38

Change-Id: I57cd9c4750f27b7b76e92a0eef03e7de70c13dd5
2020-07-21 12:16:31 +00:00
..
__init__.py Revert "Add BSD/Darwin support." 2020-02-17 22:36:01 +01:00
test_functional.py Bump crypto requirement to accomodate security standards 2020-07-21 12:16:31 +00:00
test_gear.py Replace assertEquals with assertEqual 2016-11-22 09:50:33 +07:00