Skip to content

Commit

Permalink
Add pytest as docs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed Jun 29, 2023
1 parent e88f690 commit 23cb489
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ requests==2.31.0
# via -r requirements/base.in
six==1.16.0
# via python-dateutil
typing-extensions==4.6.3
typing-extensions==4.7.0
# via pydantic
urllib3==2.0.3
# via requests
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ packaging==23.1
# via
# pyproject-api
# tox
platformdirs==3.6.0
platformdirs==3.8.0
# via
# tox
# virtualenv
pluggy==1.0.0
pluggy==1.2.0
# via tox
pyproject-api==1.5.2
# via tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jsonschema[format-nongpl]==4.17.3
# nbformat
jupyter-events==0.6.3
# via jupyter-server
jupyter-server==2.6.0
jupyter-server==2.7.0
# via
# jupyterlab
# jupyterlab-server
Expand Down Expand Up @@ -122,11 +122,11 @@ types-requests==2.31.0.1
# via -r requirements/dev.in
types-urllib3==1.26.25.13
# via types-requests
uri-template==1.2.0
uri-template==1.3.0
# via jsonschema
webcolors==1.13
# via jsonschema
websocket-client==1.6.0
websocket-client==1.6.1
# via jupyter-server
wheel==0.40.0
# via
Expand Down
1 change: 1 addition & 0 deletions requirements/docs.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ipython!=8.7.0 # Breaks syntax highlighting in Jupyter code cells.
myst-parser
nbsphinx
pydata-sphinx-theme>=0.13
pytest
sphinx
sphinx-autodoc-typehints
sphinx-copybutton
Expand Down
15 changes: 11 additions & 4 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:58bb49d5210e2885ee4c5c48167d217012b5b723
# SHA1:cab7a24dee08d37a2df8b7950d31864bf2be953d
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -46,7 +46,9 @@ fastjsonschema==2.17.1
# via nbformat
imagesize==1.4.1
# via sphinx
ipykernel==6.23.2
iniconfig==2.0.0
# via pytest
ipykernel==6.23.3
# via -r requirements/docs.in
ipython==8.14.0
# via
Expand All @@ -62,7 +64,7 @@ jinja2==3.1.2
# sphinx
jsonschema==4.17.3
# via nbformat
jupyter-client==8.2.0
jupyter-client==8.3.0
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -113,6 +115,7 @@ packaging==23.1
# ipykernel
# nbconvert
# pydata-sphinx-theme
# pytest
# sphinx
pandocfilters==1.5.0
# via nbconvert
Expand All @@ -122,8 +125,10 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
platformdirs==3.6.0
platformdirs==3.8.0
# via jupyter-core
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
# via ipython
psutil==5.9.5
Expand All @@ -143,6 +148,8 @@ pygments==2.15.1
# sphinx
pyrsistent==0.19.3
# via jsonschema
pytest==7.4.0
# via -r requirements/docs.in
pyyaml==6.0
# via myst-parser
pyzmq==25.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ identify==2.5.24
# via pre-commit
nodeenv==1.8.0
# via pre-commit
platformdirs==3.6.0
platformdirs==3.8.0
# via virtualenv
pre-commit==3.3.3
# via -r requirements/static.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ execnet==1.9.0
# via pytest-xdist
filelock==3.12.2
# via -r requirements/test.in
hypothesis==6.79.1
hypothesis==6.80.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
packaging==23.1
# via pytest
pluggy==1.0.0
pluggy==1.2.0
# via pytest
pyfakefs==5.2.2
# via -r requirements/test.in
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements/test.in
# pytest-randomly
Expand Down

0 comments on commit 23cb489

Please sign in to comment.