Skip to content

Commit

Permalink
fixup! introduce testfixtures library
Browse files Browse the repository at this point in the history
  • Loading branch information
mvalkon committed Nov 14, 2017
1 parent 44140de commit c1def85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
inflection
mock
pytest
testfixtures>=5.3.0
# This repo doesn't have the latest version released on PyPI
# -e hg+https://bitbucket.org/pitrou/pathlib#egg=pathlib
# PyYAML is not that easy to build manually, it may fail.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def read_version(package):
'inflection>=0.3.1',
'pathlib>=1.0.1; python_version < "3.4"',
'typing>=3.6.1; python_version < "3.6"',
'testfixtures>=5.3.0'
]

flask_require = 'flask>=0.10.1'
Expand All @@ -40,6 +39,7 @@ def read_version(package):
'mock',
'pytest',
'pytest-cov',
'testfixtures',
flask_require
]

Expand Down

0 comments on commit c1def85

Please sign in to comment.