]> git.pld-linux.org Git - packages/python-pytest-randomly.git/commitdiff
- disable python3 here (this version doesn't support python 3.9) auto/th/python-pytest-randomly-1.2.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Dec 2021 20:46:08 +0000 (21:46 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Dec 2021 20:46:08 +0000 (21:46 +0100)
python-pytest-randomly.spec

index 0386f051546c3e7d7fb6d8bfaef1381775e75304..bdd46f27e6272bcdd45ad2b43d7dcec1f8d1242d 100644 (file)
@@ -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
This page took 0.407243 seconds and 4 git commands to generate.