From da40a06aa6e3101f5d4678c28fd7bada0f2f549c Mon Sep 17 00:00:00 2001 From: OscarL Date: Mon, 20 Mar 2023 08:10:45 -0300 Subject: [PATCH] asciidoc: use Python 3.9 also for TEST_REQUIRES. (#8014) --- app-text/asciidoc/asciidoc-10.1.3.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/asciidoc/asciidoc-10.1.3.recipe b/app-text/asciidoc/asciidoc-10.1.3.recipe index ba2089c63..3ae7bc7c1 100644 --- a/app-text/asciidoc/asciidoc-10.1.3.recipe +++ b/app-text/asciidoc/asciidoc-10.1.3.recipe @@ -48,8 +48,8 @@ BUILD_PREREQUIRES=" cmd:xsltproc " TEST_REQUIRES=" - pytest_python3 - pytest_mock_python3 + pytest_python39 + pytest_mock_python39 " BUILD()