asciidoc: use Python 3.9 also for TEST_REQUIRES. (#8014)

This commit is contained in:
OscarL
2023-03-20 08:10:45 -03:00
committed by GitHub
parent 18992221c3
commit da40a06aa6

View File

@@ -48,8 +48,8 @@ BUILD_PREREQUIRES="
cmd:xsltproc
"
TEST_REQUIRES="
pytest_python3
pytest_mock_python3
pytest_python39
pytest_mock_python39
"
BUILD()