-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also changes the purpose of `django.in` from being a "core + django + django" deps collection to just being the extra deps required for django support. - Modifies Tox/Travis configs. The pytest-pyNN test envs were breaking since they didn't specify a Django version, and I removed them. - Puts Tox and Travis into sync on which test environments to use. - Moves pytest-django dependency from django.in to test.in
- Loading branch information
Showing
14 changed files
with
148 additions
and
134 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
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
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,7 @@ | ||
# Requirements for test runs, including the django aspects. | ||
-c constraints.txt | ||
|
||
-r test.txt # Core dependencies | ||
-r django.txt # Dependencies for [django] extra | ||
|
||
pytest-django # For testing with the [django] extra |
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,59 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# make upgrade | ||
# | ||
apipkg==1.5 # via -r requirements/test.txt, execnet | ||
astroid==1.6.6 # via -r requirements/test.txt, pylint, pylint-celery | ||
atomicwrites==1.3.0 # via -r requirements/test.txt, pytest | ||
attrs==19.3.0 # via -r requirements/test.txt, hypothesis, pytest | ||
backports.functools-lru-cache==1.6.1 # via -r requirements/test.txt, astroid, isort, pylint | ||
click-log==0.3.2 # via -r requirements/test.txt, edx-lint | ||
click==7.1.1 # via -r requirements/test.txt, click-log, edx-lint | ||
configparser==4.0.2 # via -r requirements/test.txt, importlib-metadata, pylint | ||
contextlib2==0.6.0.post1 # via -r requirements/test.txt, importlib-metadata, zipp | ||
coverage==5.0.4 # via -r requirements/test.txt, pytest-cov | ||
ddt==1.3.1 # via -r requirements/test.txt | ||
edx-lint==1.4.1 # via -r requirements/test.txt | ||
enum34==1.1.10 # via -r requirements/test.txt, astroid, hypothesis | ||
execnet==1.7.1 # via -r requirements/test.txt, pytest-cache, pytest-xdist | ||
funcsigs==1.0.2 # via -r requirements/test.txt, mock, pytest | ||
futures==3.3.0 ; python_version == "2.7" # via -c requirements/constraints.txt, -r requirements/test.txt, isort | ||
hypothesis==4.57.1 # via -r requirements/test.txt | ||
importlib-metadata==1.5.0 # via -r requirements/test.txt, pluggy, pytest | ||
isort==4.3.21 # via -r requirements/test.txt, pylint | ||
lazy-object-proxy==1.4.3 # via -r requirements/test.txt, astroid | ||
mccabe==0.6.1 # via -r requirements/test.txt, pylint | ||
mock==3.0.5 # via -r requirements/test.txt | ||
more-itertools==5.0.0 # via -r requirements/test.txt, pytest | ||
packaging==20.3 # via -r requirements/test.txt, pytest | ||
pathlib2==2.3.5 # via -r requirements/test.txt, importlib-metadata, pytest, pytest-django | ||
pbr==5.4.4 # via -r requirements/test.txt, stevedore | ||
pep8==1.7.1 # via -r requirements/test.txt, pytest-pep8 | ||
pluggy==0.13.1 # via -r requirements/test.txt, pytest | ||
py==1.8.1 # via -r requirements/test.txt, pytest | ||
pycodestyle==2.5.0 # via -r requirements/test.txt | ||
pylint-celery==0.3 # via -r requirements/test.txt, edx-lint | ||
pylint-django==0.11.1 # via -r requirements/test.txt, edx-lint | ||
pylint-plugin-utils==0.6 # via -r requirements/test.txt, pylint-celery, pylint-django | ||
pylint==1.9.5 # via -r requirements/test.txt, edx-lint, pylint-celery, pylint-django, pylint-plugin-utils, pytest-pylint | ||
pymongo==3.10.1 # via -r requirements/test.txt | ||
pyparsing==2.4.6 # via -r requirements/test.txt, packaging | ||
pytest-cache==1.0 # via -r requirements/test.txt, pytest-pep8 | ||
pytest-cov==2.8.1 # via -r requirements/test.txt | ||
pytest-django==3.8.0 # via -r requirements/django-test.in | ||
pytest-forked==1.1.3 # via -r requirements/test.txt, pytest-xdist | ||
pytest-pep8==1.0.6 # via -r requirements/test.txt | ||
pytest-pylint==0.14.1 # via -r requirements/test.txt | ||
pytest-xdist==1.31.0 # via -r requirements/test.txt | ||
pytest==4.6.9 # via -r requirements/test.txt, pytest-cache, pytest-cov, pytest-django, pytest-forked, pytest-pep8, pytest-pylint, pytest-xdist | ||
pytz==2019.3 # via -r requirements/django.txt, django | ||
scandir==1.10.0 # via -r requirements/test.txt, pathlib2 | ||
singledispatch==3.4.0.3 # via -r requirements/test.txt, astroid, pylint | ||
six==1.14.0 # via -r requirements/test.txt, astroid, edx-lint, mock, more-itertools, packaging, pathlib2, pylint, pytest, pytest-pylint, pytest-xdist, singledispatch, stevedore | ||
sortedcontainers==2.1.0 # via -r requirements/test.txt, hypothesis | ||
stevedore==1.32.0 # via -r requirements/test.txt | ||
wcwidth==0.1.9 # via -r requirements/test.txt, pytest | ||
wrapt==1.12.1 # via -r requirements/test.txt, astroid | ||
zipp==1.2.0 # via -r requirements/test.txt, importlib-metadata |
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,6 +1,8 @@ | ||
# Requirements for test runs utilizing Django support | ||
# Requirements for [django] extra, not including base deps | ||
-c constraints.txt | ||
|
||
-r test.txt # Non-Django testing dependencies | ||
# Match resolved versions of core dependencies (doesn't actually pull them in) | ||
-c base.txt | ||
|
||
pytest-django | ||
|
||
Django>=1.11 |
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
Oops, something went wrong.