Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Feb 16, 2024
1 parent 137db58 commit 10ef6db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# pytest>=5.6.0 fails to fetch the tests and hence all the tests fail
pytest>= 6.2.5
#alabaster<=0.7.13
alabaster<=0.7.13
pydata-sphinx-theme<=0.14.4


Expand Down
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ accessible-pygments==0.0.4
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
alabaster==0.7.16
alabaster==0.7.13
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
# sphinx
astroid==3.0.3
Expand Down
6 changes: 4 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
#
accessible-pygments==0.0.4
# via pydata-sphinx-theme
alabaster==0.7.16
# via sphinx
alabaster==0.7.13
# via
# -c requirements/constraints.txt
# sphinx
astroid==3.0.3
# via
# -r requirements/test.txt
Expand Down

0 comments on commit 10ef6db

Please sign in to comment.