Skip to content

Commit

Permalink
Merge pull request #316 from edx/dsheraz/PROD-2487
Browse files Browse the repository at this point in the history
build: move pact-python to test requirements
  • Loading branch information
DawoudSheraz authored Sep 1, 2021
2 parents f54a6b9 + 82e4d9c commit a5df1f9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ django-model-utils
django-storages
edx-drf-extensions
edx-toggles>=2.0.0
pact-python
lxml
pysrt
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ idna==3.2
# via requests
packaging==21.0
# via tox
platformdirs==2.2.0
platformdirs==2.3.0
# via virtualenv
pluggy==0.13.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.4.1
# via uvicorn
astroid==2.7.2
astroid==2.7.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -173,7 +173,7 @@ packaging==21.0
# pytest
# tox
pact-python==1.4.2
# via -r requirements/base.in
# via -r requirements/test.in
pbr==5.6.0
# via stevedore
pep517==0.11.0
Expand All @@ -182,7 +182,7 @@ pip-tools==6.2.0
# via -r requirements/dev.in
pkginfo==1.7.1
# via twine
platformdirs==2.2.0
platformdirs==2.3.0
# via
# pylint
# virtualenv
Expand Down Expand Up @@ -244,7 +244,7 @@ pytest-cov==2.12.1
# via -r requirements/test.in
pytest-django==4.4.0
# via -r requirements/test.in
pytest==6.2.4
pytest==6.2.5
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -323,7 +323,7 @@ tqdm==4.62.2
# via twine
twine==3.4.2
# via -r requirements/quality.in
typing-extensions==3.10.0.1
typing-extensions==3.10.0.2
# via pydantic
urllib3==1.26.6
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
asgiref==3.4.1
# via uvicorn
astroid==2.7.2
astroid==2.7.3
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -147,12 +147,12 @@ packaging==21.0
# bleach
# pytest
pact-python==1.4.2
# via -r requirements/base.in
# via -r requirements/test.in
pbr==5.6.0
# via stevedore
pkginfo==1.7.1
# via twine
platformdirs==2.2.0
platformdirs==2.3.0
# via pylint
pluggy==0.13.1
# via
Expand Down Expand Up @@ -206,7 +206,7 @@ pytest-cov==2.12.1
# via -r requirements/test.in
pytest-django==4.4.0
# via -r requirements/test.in
pytest==6.2.4
pytest==6.2.5
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -273,7 +273,7 @@ tqdm==4.62.2
# via twine
twine==3.4.2
# via -r requirements/quality.in
typing-extensions==3.10.0.1
typing-extensions==3.10.0.2
# via pydantic
urllib3==1.26.6
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/test.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ coverage
ddt
fs
mock
pact-python
pytest-cov
pytest-django
responses
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ newrelic==6.8.1.164
packaging==21.0
# via pytest
pact-python==1.4.2
# via -r requirements/base.in
# via -r requirements/test.in
pbr==5.6.0
# via stevedore
pluggy==0.13.1
Expand Down Expand Up @@ -146,7 +146,7 @@ pytest-cov==2.12.1
# via -r requirements/test.in
pytest-django==4.4.0
# via -r requirements/test.in
pytest==6.2.4
pytest==6.2.5
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -195,7 +195,7 @@ toml==0.10.2
# via
# pytest
# pytest-cov
typing-extensions==3.10.0.1
typing-extensions==3.10.0.2
# via pydantic
urllib3==1.26.6
# via
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def load_requirements(*requirements_paths):
return list(requirements)


VERSION = '2.1.0'
VERSION = '2.1.1'

if sys.argv[-1] == 'tag':
print("Tagging the version on github:")
Expand Down

0 comments on commit a5df1f9

Please sign in to comment.