Skip to content

Commit

Permalink
chore: fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Dec 4, 2023
1 parent 4651b42 commit 83222a8
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 100 deletions.
16 changes: 6 additions & 10 deletions requirements/base.txt
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.1
# via
# github-py
# pytest-aiohttp
Expand Down Expand Up @@ -34,7 +34,7 @@ github-py @ git+https://github.com/ShineyDev/github.py.git@8e3514010eb35a91e012f
# via -r requirements/github.in
gitpython==3.1.40
# via pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# google-auth-oauthlib
# gspread
Expand All @@ -44,7 +44,7 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
idna==3.4
idna==3.6
# via
# requests
# yarl
Expand All @@ -56,10 +56,8 @@ multidict==6.0.4
# yarl
oauthlib==3.2.2
# via requests-oauthlib
packaging==21.3
# via
# -c requirements/constraints.txt
# pytest
packaging==23.2
# via pytest
pluggy==1.3.0
# via pytest
pyasn1==0.5.1
Expand All @@ -68,16 +66,14 @@ pyasn1==0.5.1
# rsa
pyasn1-modules==0.3.0
# via google-auth
pyparsing==3.1.1
# via packaging
pytest==7.4.3
# via
# pytest-aiohttp
# pytest-asyncio
# pytest-repo-health
pytest-aiohttp==1.0.5
# via pytest-repo-health
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via
# -r requirements/base.in
# pytest-aiohttp
Expand Down
14 changes: 5 additions & 9 deletions requirements/ci.txt
Expand Up @@ -16,27 +16,23 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==21.3
packaging==23.2
# via
# -c requirements/constraints.txt
# pyproject-api
# tox
platformdirs==3.11.0
platformdirs==4.0.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
pyparsing==3.1.1
# via packaging
pyproject-api==1.5.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.0.0
tox==4.11.4
# via -r requirements/ci.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
38 changes: 12 additions & 26 deletions requirements/dev.txt
Expand Up @@ -4,8 +4,7 @@
#
# make upgrade
#
aiohttp==3.9.0
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/quality.txt
# github-py
Expand Down Expand Up @@ -41,7 +40,6 @@ cachetools==5.3.2
# -r requirements/quality.txt
# google-auth
# tox
certifi==2023.11.17
certifi==2023.11.17
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -78,9 +76,8 @@ colorama==0.4.6
coverage[toml]==7.3.2
# via
# -r requirements/quality.txt
# coverage
# pytest-cov
diff-cover==8.0.1
diff-cover==7.7.0
# via -r requirements/dev.in
dill==0.3.7
# via
Expand All @@ -98,7 +95,6 @@ dockerfile==3.3.1
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
Expand All @@ -123,7 +119,7 @@ gitpython==3.1.40
# via
# -r requirements/quality.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/quality.txt
# google-auth-oauthlib
Expand All @@ -136,12 +132,12 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
idna==3.4
idna==3.6
# via
# -r requirements/quality.txt
# requests
# yarl
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via
# -r requirements/pip-tools.txt
# build
Expand Down Expand Up @@ -179,9 +175,8 @@ oauthlib==3.2.2
# via
# -r requirements/quality.txt
# requests-oauthlib
packaging==21.3
packaging==23.2
# via
# -c requirements/constraints.txt
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -195,9 +190,8 @@ pbr==6.0.0
# stevedore
pip-tools==7.3.0
# via -r requirements/pip-tools.txt
platformdirs==3.11.0
platformdirs==4.0.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/ci.txt
# -r requirements/quality.txt
# pylint
Expand All @@ -210,7 +204,6 @@ pluggy==1.3.0
# diff-cover
# pytest
# tox
pyasn1==0.5.1
pyasn1==0.5.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -248,13 +241,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyparsing==3.1.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# packaging
pyproject-api==1.5.0
pyproject-api==1.6.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -273,7 +260,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/quality.txt
# pytest-repo-health
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via
# -r requirements/quality.txt
# pytest-aiohttp
Expand Down Expand Up @@ -353,7 +340,7 @@ tomlkit==0.12.3
# via
# -r requirements/quality.txt
# pylint
tox==4.0.0
tox==4.11.4
# via
# -r requirements/ci.txt
# tox-battery
Expand All @@ -371,15 +358,14 @@ urllib3==2.1.0
# -r requirements/quality.txt
# requests
# responses
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/ci.txt
# tox
wheel==0.41.3
wheel==0.42.0
# via
# -r requirements/pip-tools.txt
# pip-tools
yarl==1.9.3
yarl==1.9.3
# via
# -r requirements/quality.txt
Expand Down
25 changes: 7 additions & 18 deletions requirements/doc.txt
Expand Up @@ -6,8 +6,7 @@
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
aiohttp==3.9.0
aiohttp==3.9.0
aiohttp==3.9.1
# via
# -r requirements/test.txt
# github-py
Expand Down Expand Up @@ -36,7 +35,6 @@ cachetools==5.3.2
# via
# -r requirements/test.txt
# google-auth
certifi==2023.11.17
certifi==2023.11.17
# via
# -r requirements/test.txt
Expand All @@ -48,7 +46,6 @@ charset-normalizer==3.3.2
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
doc8==1.1.1
# via -r requirements/doc.in
Expand All @@ -61,7 +58,6 @@ docutils==0.19
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.0
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
Expand All @@ -81,7 +77,7 @@ gitpython==3.1.40
# via
# -r requirements/test.txt
# pytest-repo-health
google-auth==2.23.4
google-auth==2.24.0
# via
# -r requirements/test.txt
# google-auth-oauthlib
Expand All @@ -94,14 +90,14 @@ gspread==5.11.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
idna==3.4
idna==3.6
# via
# -r requirements/test.txt
# requests
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via sphinx
iniconfig==2.0.0
# via
Expand All @@ -122,9 +118,8 @@ oauthlib==3.2.2
# via
# -r requirements/test.txt
# requests-oauthlib
packaging==21.3
packaging==23.2
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
Expand All @@ -135,7 +130,6 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pyasn1==0.5.1
pyasn1==0.5.1
# via
# -r requirements/test.txt
Expand All @@ -145,7 +139,7 @@ pyasn1-modules==0.3.0
# via
# -r requirements/test.txt
# google-auth
pydata-sphinx-theme==0.14.3
pydata-sphinx-theme==0.14.4
# via sphinx-book-theme
pygments==2.17.2
# via
Expand All @@ -154,10 +148,6 @@ pygments==2.17.2
# pydata-sphinx-theme
# readme-renderer
# sphinx
pyparsing==3.1.1
# via
# -r requirements/test.txt
# packaging
pytest==7.4.3
# via
# -r requirements/test.txt
Expand All @@ -169,7 +159,7 @@ pytest-aiohttp==1.0.5
# via
# -r requirements/test.txt
# pytest-repo-health
pytest-asyncio==0.21.1
pytest-asyncio==0.23.2
# via
# -r requirements/test.txt
# pytest-aiohttp
Expand Down Expand Up @@ -246,7 +236,6 @@ urllib3==2.1.0
# -r requirements/test.txt
# requests
# responses
yarl==1.9.3
yarl==1.9.3
# via
# -r requirements/test.txt
Expand Down
12 changes: 4 additions & 8 deletions requirements/pip-tools.txt
Expand Up @@ -8,24 +8,20 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
packaging==21.3
# via
# -c requirements/constraints.txt
# build
pip-tools==7.3.0
# via -r requirements/pip-tools.in
pyparsing==3.1.1
# via packaging
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 83222a8

Please sign in to comment.