mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Move allowed failures settings to travis
This commit is contained in:
parent
ff56527646
commit
0aedeb472e
2 changed files with 5 additions and 5 deletions
|
|
@ -19,3 +19,8 @@ script:
|
||||||
after_success:
|
after_success:
|
||||||
- "coverage report --show-missing"
|
- "coverage report --show-missing"
|
||||||
- "coveralls"
|
- "coveralls"
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
# radicale db storage is broken in 0.8
|
||||||
|
- env: DAV_SERVER=radicale_database REQUIREMENTS=release
|
||||||
|
|
|
||||||
|
|
@ -33,11 +33,6 @@ except ImportError:
|
||||||
radicale_version = None
|
radicale_version = None
|
||||||
|
|
||||||
|
|
||||||
pytestmark = pytest.mark.xfail(
|
|
||||||
dav_server == 'radicale_database' and radicale_version == '0.8',
|
|
||||||
reason='Database storage of Radicale 0.8 is broken.')
|
|
||||||
|
|
||||||
|
|
||||||
VCARD_TEMPLATE = u'''BEGIN:VCARD
|
VCARD_TEMPLATE = u'''BEGIN:VCARD
|
||||||
VERSION:3.0
|
VERSION:3.0
|
||||||
FN:Cyrus Daboo
|
FN:Cyrus Daboo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue