Can run with tox 4

pull/279/head
Ashley Whetter 3 years ago
parent 7872ed00b0
commit 565c43d99b

@ -20,6 +20,7 @@ Trivial/Internal Changes
* Fixed `DeprecationWarning` for invalid escape sequence `\s` in tests.
* Fixed `FutureWarning` for `Node.traverse()` becoming an iterator instead of list.
* New example implementation of `autoapi-skip-member` Sphinx event.
* Can run tests with tox 4.
V1.7.0 (2021-01-31)

@ -1,2 +0,0 @@
-e .
tox

@ -18,7 +18,7 @@ setenv =
extras =
dotnet
go
deps = -r{toxinidir}/requirements.txt
deps =
pytest
mock
sphinx30: Sphinx<3.1

Loading…
Cancel
Save