14
0

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:
Tomáš Chvátal
2019-04-03 11:17:48 +00:00
committed by Git OBS Bridge
parent b8fc8a734f
commit 7b8e0f88ab
5 changed files with 49 additions and 7 deletions

View 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,