Skip to content

Commit

Permalink
Add missing dependency pytest-pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedingjan committed Mar 16, 2018
1 parent 0d9e4aa commit 9b25cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@

tests_require = [
'factory_boy==2.8.1',
'flake8',
'flake8-blind-except',
'flake8-debugger',
'flake8-imports',
'flake8',
'freezegun==0.3.8',
'pytest-cov==2.4.0',
'pytest-django==3.1.2',
'pytest-pythonpath==0.7.2',
'pytest-sugar==0.7.1',
'pytest==3.1.0',
'wagtail_factories==0.3.0',
Expand Down

0 comments on commit 9b25cd2

Please sign in to comment.