]> git.pld-linux.org Git - packages/python-pytest-benchmark.git/commitdiff
- updated to 3.4.1 auto/th/python-pytest-benchmark-3.4.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Mar 2022 21:19:33 +0000 (22:19 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Mar 2022 21:19:33 +0000 (22:19 +0100)
python-pytest-benchmark.spec

index 1a2b733456022111a423641fe4e79099377f7b57..387e85c0363b7cce0b1a5a0e4219edea448de947 100644 (file)
@@ -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
This page took 0.115908 seconds and 4 git commands to generate.