Skip to content

Commit

Permalink
CI fixups (#117)
Browse files Browse the repository at this point in the history
* ci: temporary fixup for pytest-benchmark bug

See pytest-dev/pytest#10420

* ci: upgrade mkdocs to fix jinja2 API break

* Update tox.ini

* fixed

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
  • Loading branch information
darosior and ofek committed Oct 26, 2022
1 parent f13612f commit 8a2c89d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ setenv =
; See https://reproducible-builds.org/specs/source-date-epoch/
SOURCE_DATE_EPOCH=1580601600
deps =
mkdocs~=1.2.2
mkdocs~=1.3.1
; theme
mkdocs-material~=7.3.1
mkdocs-material~=8.3.9
; plugins
mkdocs-minify-plugin~=0.4.1
mkdocs-git-revision-date-localized-plugin~=0.10.0
mkdocstrings~=0.16.2
mkdocs-minify-plugin~=0.5.0
mkdocs-git-revision-date-localized-plugin~=1.1.0
mkdocstrings~=0.18.1
; Extensions
pymdown-extensions~=9.0
pymdown-extensions~=9.5.0
mkdocs-material-extensions~=1.0.3
mkpatcher~=1.0.2
; Necessary for syntax highlighting in code blocks
Pygments~=2.10.0
Pygments~=2.12.0
commands =
python -m mkdocs {posargs}

Expand Down

0 comments on commit 8a2c89d

Please sign in to comment.