forked from pool/python-vdirsyncer
Accepting request 689876 from home:pgajdos
- version update to 0.16.7 Fixes for Python 3.7 - added patches https://github.com/pimutils/vdirsyncer/pull/779 + python-vdirsyncer-fix-tests.patch OBS-URL: https://build.opensuse.org/request/show/689876 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
b8fc8a734f
commit
7b8e0f88ab
16
python-vdirsyncer-fix-tests.patch
Normal file
16
python-vdirsyncer-fix-tests.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
diff --git a/tests/conftest.py b/tests/conftest.py
|
||||
index ff774ce1..6272d42d 100644
|
||||
--- a/tests/conftest.py
|
||||
+++ b/tests/conftest.py
|
||||
@@ -27,7 +27,10 @@ def benchmark():
|
||||
del pytest_benchmark
|
||||
|
||||
|
||||
-settings.suppress_health_check = [HealthCheck.too_slow]
|
||||
+settings.register_profile("dev", settings(
|
||||
+ suppress_health_check=[HealthCheck.too_slow]
|
||||
+))
|
||||
+settings.load_profile("dev")
|
||||
|
||||
settings.register_profile("ci", settings(
|
||||
max_examples=1000,
|
Reference in New Issue
Block a user