From 2b71fea26a43d34d9f31c496cfe544cd930ef158 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Fri, 10 Dec 2021 21:46:08 +0100 Subject: [PATCH] - disable python3 here (this version doesn't support python 3.9) --- python-pytest-randomly.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pytest-randomly.spec b/python-pytest-randomly.spec index 0386f05..bdd46f2 100644 --- a/python-pytest-randomly.spec +++ b/python-pytest-randomly.spec @@ -2,11 +2,12 @@ # Conditional build: %bcond_with tests # unit tests (more dependencies required) %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-randomly.spec) Summary: Pytest plugin to randomly order tests and control random.seed Summary(pl.UTF-8): Wtyczka pytesta do losowej kolejności testów i sterowania random.seed Name: python-pytest-randomly +# keep 1.x here for python2 support Version: 1.2.3 Release: 1 License: BSD -- 2.44.0