From d0cfed53646294881fd84a1f6ddfe877ed8f7fed Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 2 Apr 2023 21:27:40 +0200 Subject: [PATCH] - disable python3 here --- python-pytest-check.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pytest-check.spec b/python-pytest-check.spec index 07df7d6..569a27b 100644 --- a/python-pytest-check.spec +++ b/python-pytest-check.spec @@ -1,7 +1,7 @@ # # Conditional build: %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-pytest-check.spec) Summary: pytest plugin that allows multiple failures per test Summary(pl.UTF-8): Wtyczka pytesta pozwalająca na wiele niepowodzeń z jednego testu -- 2.44.0