commit b556f3c047f4a69c88f9ea847271f248e85d7057
Author: Jakub Bogusz <[email protected]>
Date:   Tue Mar 15 22:19:33 2022 +0100

    - updated to 3.4.1

 python-pytest-benchmark.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/python-pytest-benchmark.spec b/python-pytest-benchmark.spec
index 1a2b733..387e85c 100644
--- a/python-pytest-benchmark.spec
+++ b/python-pytest-benchmark.spec
@@ -8,13 +8,13 @@
 Summary:       py.test fixture for benchmarking code
 Summary(pl.UTF-8):     Wyposażenie py.testa do testowania wydajności kodu
 Name:          python-pytest-benchmark
-Version:       3.2.3
-Release:       3
+Version:       3.4.1
+Release:       1
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.org/simple/pytest-benchmark/
 Source0:       
https://files.pythonhosted.org/packages/source/p/pytest-benchmark/pytest-benchmark-%{version}.tar.gz
-# Source0-md5: b1bd517e4560bcaeb640ab5aac266632
+# Source0-md5: 7fa3588a1a94fc2bbf42b377d6bdb946
 Patch0:                %{name}-tests.patch
 URL:           https://github.com/ionelmc/pytest-benchmark
 %if %{with python2}
@@ -121,6 +121,7 @@ Dokumentacja API modułu Pythona pytest_benchmark.
 %py_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTHONPATH=$(pwd)/src \
 %{__python} -m pytest tests
 %endif
@@ -130,6 +131,7 @@ PYTHONPATH=$(pwd)/src \
 %py3_build
 
 %if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTHONPATH=$(pwd)/src \
 %{__python3} -m pytest tests
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-pytest-benchmark.git/commitdiff/b556f3c047f4a69c88f9ea847271f248e85d7057

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to