forked from City-of-Helsinki/parkkihubi
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate requirements-test from requirements-dev
Tests should be ran with minimum set of extra requirements installed to make the tests more realistic.
- Loading branch information
1 parent
8af98ed
commit 0e43f54
Showing
5 changed files
with
38 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,7 @@ | ||
autoflake | ||
autopep8 | ||
django-extensions | ||
flake8 | ||
freezegun | ||
ipython | ||
isort | ||
pydocstyle | ||
pytest | ||
pytest-cov | ||
pytest-django | ||
pytest-factoryboy | ||
werkzeug | ||
|
||
# Factory Boy 2.9.0 to 2.9.2 don't seem to work. See | ||
# https://github.com/pytest-dev/pytest-factoryboy/issues/47 | ||
factory-boy!=2.9.0,!=2.9.1,!=2.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
flake8 | ||
freezegun | ||
pytest | ||
pytest-cov | ||
pytest-django | ||
pytest-factoryboy | ||
|
||
# Factory Boy 2.9.0 to 2.9.2 don't seem to work. See | ||
# https://github.com/pytest-dev/pytest-factoryboy/issues/47 | ||
factory-boy!=2.9.0,!=2.9.1,!=2.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file is autogenerated by Prequ. To update, run: | ||
# | ||
# prequ update | ||
# | ||
attrs==17.4.0 # via pytest | ||
coverage==4.4.2 # via pytest-cov | ||
factory-boy==2.8.1 | ||
faker==0.8.10 # via factory-boy | ||
flake8==3.5.0 | ||
freezegun==0.3.9 | ||
inflection==0.3.1 # via pytest-factoryboy | ||
mccabe==0.6.1 # via flake8 | ||
pluggy==0.6.0 # via pytest | ||
py==1.5.2 # via pytest | ||
pycodestyle==2.3.1 # via flake8 | ||
pyflakes==1.6.0 # via flake8 | ||
pytest==3.3.2 | ||
pytest-cov==2.5.1 | ||
pytest-django==3.1.2 | ||
pytest-factoryboy==1.3.1 | ||
python-dateutil==2.6.1 # via faker, freezegun | ||
six==1.11.0 # via faker, freezegun, pytest, python-dateutil | ||
text-unidecode==1.1 # via faker |