Skip to content

Commit

Permalink
fix: test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 15, 2024
1 parent 55ee039 commit ee79dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,12 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==7.2.6
sphinx==7.2.6; python_version >= '3.9'
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx==7.1.2; python_version < '3.9'
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ allowlist_externals =
deps =
-r{toxinidir}/requirements/quality.txt
commands =
pip install setuptools
touch tests/__init__.py
pylint bulk_grades manage.py setup.py
rm tests/__init__.py
Expand Down

0 comments on commit ee79dd5

Please sign in to comment.