Skip to content

Commit

Permalink
fix: test case for quality
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Nawaz authored and Salman Nawaz committed Aug 2, 2023
1 parent 4fe8bc7 commit 37ea42c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
18 changes: 10 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrow==1.2.3
# via cookiecutter
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.9.3
# via
# pylint
# pylint-celery
Expand All @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
bok-choy==2.0.2
# via -r requirements/test.in
boto3==1.28.15
boto3==1.28.17
# via fs-s3fs
botocore==1.31.15
botocore==1.31.17
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
chardet==5.1.0
chardet==5.2.0
# via
# binaryornot
# diff-cover
Expand Down Expand Up @@ -134,7 +134,7 @@ markupsafe==2.1.3
# jinja2
# mako
# xblock
mccabe==0.7.0
mccabe==0.6.1
# via pylint
mock==5.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -173,7 +173,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
# via diff-cover
pylint==2.17.5
pylint==2.12.2
# via
# -c requirements/constraints.txt
# edx-lint
Expand Down Expand Up @@ -257,6 +257,8 @@ stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via pylint
tomli==2.0.1
# via
# build
Expand Down Expand Up @@ -298,14 +300,14 @@ webob==1.8.7
# xblock-sdk
wheel==0.41.0
# via pip-tools
wrapt==1.15.0
wrapt==1.13.3
# via astroid
xblock[django]==1.6.2
# via
# -r requirements/base.in
# xblock-sdk
# xblock-utils
xblock-sdk==0.6.0
xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
Expand Down
20 changes: 10 additions & 10 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ arrow==1.2.3
# via cookiecutter
asgiref==3.7.2
# via django
astroid==2.15.6
astroid==2.9.3
# via
# pylint
# pylint-celery
Expand All @@ -20,9 +20,9 @@ binaryornot==0.4.4
# via cookiecutter
bok-choy==2.0.2
# via -r requirements/test.in
boto3==1.28.15
boto3==1.28.17
# via fs-s3fs
botocore==1.31.15
botocore==1.31.17
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ caniusepython3==7.3.0
# via -r requirements/quality.in
certifi==2023.7.22
# via requests
chardet==5.1.0
chardet==5.2.0
# via
# binaryornot
# diff-cover
Expand Down Expand Up @@ -119,7 +119,7 @@ markupsafe==2.1.3
# jinja2
# mako
# xblock
mccabe==0.7.0
mccabe==0.6.1
# via pylint
mock==5.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -148,7 +148,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.15.1
# via diff-cover
pylint==2.17.5
pylint==2.12.2
# via
# -c requirements/constraints.txt
# edx-lint
Expand Down Expand Up @@ -229,15 +229,15 @@ stevedore==5.1.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via pylint
tomli==2.0.1
# via
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
tomlkit==0.11.8
# via pylint
transifex-client==0.14.4
# via -r requirements/dev.in
typing-extensions==4.7.1
Expand All @@ -262,14 +262,14 @@ webob==1.8.7
# xblock-sdk
wheel==0.41.0
# via pip-tools
wrapt==1.15.0
wrapt==1.13.3
# via astroid
xblock[django]==1.6.2
# via
# -r requirements/base.in
# xblock-sdk
# xblock-utils
xblock-sdk==0.6.0
xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ binaryornot==0.4.4
# via cookiecutter
bok-choy==2.0.2
# via -r requirements/test.in
boto3==1.28.15
boto3==1.28.17
# via fs-s3fs
botocore==1.31.15
botocore==1.31.17
# via
# boto3
# s3transfer
build==0.10.0
# via pip-tools
certifi==2023.7.22
# via requests
chardet==5.1.0
chardet==5.2.0
# via
# binaryornot
# diff-cover
Expand Down Expand Up @@ -201,7 +201,7 @@ xblock[django]==1.6.2
# -r requirements/base.in
# xblock-sdk
# xblock-utils
xblock-sdk==0.6.0
xblock-sdk==0.7.0
# via
# -r requirements/dev.in
# -r requirements/test.in
Expand Down

0 comments on commit 37ea42c

Please sign in to comment.