Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update pytest and add tox to requirements_dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Dec 10, 2022
1 parent 17e2ca1 commit 2901de9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pytest==6.2.3
pytest==7.2.0
recommonmark==0.7.1
# Sphinx's plain-text renderer changes behavior slightly
# with regard to how it emits class names and em dashes from
# time to time:
Sphinx==3.5.4
markupsafe==2.0.1
Jinja2>2.0,<3.0

tox==4.0.3
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ python =
setenv =
PATH={toxinidir}/node_modules/.bin{:}{envbindir}{:}{env:PATH}
deps = -rrequirements_dev.txt
whitelist_externals =
env
npm
allowlist_externals =
env
npm
commands_pre = npm install --no-save jsdoc@3.6.3 typedoc@0.15.0
# Contrary to the tox docs, setenv's changes to $PATH are not visible inside
# any commands we call. I hack around this with env:
Expand Down

0 comments on commit 2901de9

Please sign in to comment.