mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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:
|
||||
- "coverage report --show-missing"
|
||||
- "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
|
||||
|
||||
|
||||
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
|
||||
VERSION:3.0
|
||||
FN:Cyrus Daboo
|
||||
|
|
|
|||
Loading…
Reference in a new issue