Skip to content

Commit

Permalink
Updated tox configuration with new keyword for externals (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWenger committed Dec 16, 2022
1 parent 53a4302 commit 6838ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Dependencies for a full ProbNum development environment
-e .[full]

tox>=3,<4
tox>=3.18,<4

-r benchmarks/requirements.txt
-r docs/requirements.txt
-r tests/requirements.txt
-r ./linting-requirements.txt
-r ./formatting-requirements.txt
-r ./formatting-requirements.txt
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ basepython = python3
passenv = HOME
deps = -r{toxinidir}/docs/requirements.txt
changedir = docs
whitelist_externals = make
allowlist_externals = make
commands =
make clean
make html
Expand Down

0 comments on commit 6838ead

Please sign in to comment.