From 1f21e973d4498dd8c4af4cd32de2086113ee3593 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:18:10 +0100 Subject: [PATCH] Use released Docutils 0.19 on CI --- .github/workflows/main.yml | 2 +- tox.ini | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9369cbe1448..1f798749ed2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - python: "3.10" docutils: du18 - python: "3.10" - docutils: du19pre + docutils: du19 - python: "3.11-dev" docutils: py311 diff --git a/tox.ini b/tox.ini index 8282017e4f6..549f002abd9 100644 --- a/tox.ini +++ b/tox.ini @@ -37,11 +37,6 @@ commands = python -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils" {[testenv]commands} -[testenv:du19pre] -commands = - python -m pip install --pre "docutils==0.19.*" - {[testenv]commands} - [testenv:flake8] basepython = python3 description =