Merge branch 'development' into feature/clear_content_in_dummy_printer

This commit is contained in:
Patrick Kanzler 2017-12-03 23:57:50 +01:00 committed by GitHub
commit bd5d49c89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ setup(
tests_require=[
'jaconv',
'tox',
'pytest!=3.2.0',
'pytest!=3.2.0,!=3.3.0',
'pytest-cov',
'pytest-mock',
'nose',

View File

@ -7,7 +7,7 @@ deps = nose
coverage
scripttest
mock
pytest!=3.2.0
pytest!=3.2.0,!=3.3.0
pytest-cov
pytest-mock
hypothesis