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 238edb6 commit 18ec775
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pytest>= 6.2.5
alabaster<=0.7.13
pydata-sphinx-theme<=0.14.4
sphinx<=7.1.2
sphinx-book-theme<=1.0.1

pytest-xdist<2.0.0

Expand Down
10 changes: 6 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
docutils==0.20.1
docutils==0.19
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -260,14 +260,16 @@ soupsieve==2.5
# via
# -r requirements/doc.txt
# beautifulsoup4
sphinx==7.1.2
sphinx==6.2.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.2
# via -r requirements/doc.txt
sphinx-book-theme==1.0.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
sphinxcontrib-applehelp==1.0.8
# via
# -r requirements/doc.txt
Expand Down
10 changes: 6 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dill==0.3.8
# via
# -r requirements/test.txt
# pylint
docutils==0.20.1
docutils==0.19
# via
# pydata-sphinx-theme
# readme-renderer
Expand Down Expand Up @@ -201,14 +201,16 @@ sortedcontainers==2.4.0
# hypothesis
soupsieve==2.5
# via beautifulsoup4
sphinx==7.1.2
sphinx==6.2.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.2
# via -r requirements/doc.in
sphinx-book-theme==1.0.1
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand Down

0 comments on commit 18ec775

Please sign in to comment.