From 0ead455dad61e1f54b3344d9b3bbba5fc0dce685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Sep 2022 11:39:59 +0200 Subject: [PATCH] CI: Enable the --with tests mockbuild on EL 9 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9a09334937 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-9a09334937 --- tests/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index ec1854a..bd44551 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -24,9 +24,9 @@ - repo: "https://src.fedoraproject.org/rpms/pyproject-rpm-macros.git" dest: "pyproject-rpm-macros" tests: - #- mock_with_tests: -- still missing python3dist(pytest-randomly) and python3dist(flaky) - # dir: . - # run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests + - mock_with_tests: + dir: . + run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests - all_supplementing_pythons: dir: tests run: ./all_supplementing_pythons.py