fix archlinux and fedora dockers

This commit is contained in:
Philippe Teuwen 2023-07-16 17:25:43 +02:00
commit a54097e19c
7 changed files with 16 additions and 4 deletions

View file

@ -47,5 +47,11 @@ Or if you want to run single test,
```
make clean; make -j
python3 -m venv /tmp/venv
source /tmp/venv/bin/activate
python3 -m pip install --use-pep517 pyaes
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
deactivate
```