7

Fix test dependencies and skip one test for now

This commit is contained in:
Michael van Tellingen
2017-05-24 17:05:34 +02:00
parent 5156887a9d
commit 02e18491bb
3 changed files with 13 additions and 3 deletions

View File

@ -7,13 +7,13 @@ install_requires = [
]
tests_require = [
'pytest==3.0.4',
'pytest==3.1.0',
'pytest-cov==2.4.0',
'pytest-django==3.0.0',
'pytest-django==3.1.2',
'pytest-sugar==0.7.1',
'freezegun==0.3.8',
'factory_boy==2.8.1',
'wagtail_factories==0.2.0',
'wagtail_factories==0.3.0',
]
docs_require = [