Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-05 13:59:01 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-07-05 13:59:14 +0300
commit3d737ef2b7beaac68f8a32046a4c096d35c4d7de (patch)
tree8096ff0e496aa39f7143441ee117e6998853d8c3 /tox.ini
parentfaae257a9d9e874067971d831e126da03a5f36b8 (diff)
test: Use released html5lib package
Recently, html5lib-1.1 was released. So it is no longer to install it from repository.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ccfd60f84..bddd822a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,6 @@ description =
py{35,36,37,38,39}: Run unit tests against {envname}.
du{12,13,14}: Run unit tests with the given version of docutils.
deps =
- git+https://github.com/html5lib/html5lib-python # refs: https://github.com/html5lib/html5lib-python/issues/419
du12: docutils==0.12
du13: docutils==0.13.1
du14: docutils==0.14