Move allowed failures settings to travis

This commit is contained in:
Markus Unterwaditzer 2014-04-05 12:47:28 +02:00
parent ff56527646
commit 0aedeb472e
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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