ansible/test/lib/ansible_test/_data/cryptography-constraints.txt
Matt Clay 12b33c79ee
[stable-2.10] Fix cryptography constraints in ansible-test. (#72914) (#72922)
(cherry picked from commit 36ab3d1189)

Co-authored-by: Matt Clay <mclay@redhat.com>
2020-12-09 14:41:15 -06:00

3 lines
323 B
Text

# do not add a cryptography constraint here, see the get_cryptography_requirement function in executor.py for details
idna < 2.8 ; python_version < '2.7' # idna 2.8+ requires python 2.7+
cffi != 1.14.4 # Fails on systems with older gcc. Should be fixed in the next release. https://foss.heptapod.net/pypy/cffi/-/issues/480