Update the documentation with the list of packages required to run make test3 on Fedora 32.
make test3
@zmc and I discovered this list while trying to run the test suite in a Fedora 32 container.
Regarding Python2:
I tried running make test2 on CentOS 7. The tests do not pass with python2-mock-1.0.1-10.el7 from EPEL 7, because the test suite uses too many new mock APIs. I think we should just document the Python 3 dependencies for Fedora for now.
make test2
Long term, I think we should officially document how we're running the whole test suite from a virtualenv, like Jenkins does today on EL7.
This one's actually a dupe
rebased onto e4382d8364a99d9261370bb39ccdeaf37461fb82
Thanks! I've amended and re-pushed.
Commit bd3ecc74 fixes this pull-request
Pull-Request has been merged by tkopecek
Update the documentation with the list of packages required to run
make test3on Fedora 32.