Blind attempt to fix the build of the cryptography-provided OpenSSL

This commit is contained in:
Adrián Chaves 2020-12-21 11:13:14 +01:00
parent 0567fdc56e
commit 0dff5781bc
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ commands =
[testenv:pypy3-pinned]
basepython = {[testenv:pypy3]basepython}
before_install:
- sudo apt-get -y remove libssl-dev
deps =
{[pinned]deps}
lxml==4.0.0