summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-23 08:09:02 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-23 08:09:02 -0400
commit2ab127d2bc47ffd747afe3059b3a5b08254a5415 (patch)
treeefee2f7021d432543b17dd697d3a0c95d2d93e3c
parent79733f08c43f9b2e0fd1830b37311fa52a16537c (diff)
downloadpytest-runner-2ab127d2bc47ffd747afe3059b3a5b08254a5415.tar.gz
Rely on twine 1.13 or later
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8a3bf67..5f1d1b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,8 +24,7 @@ commands =
skip_install = True
deps =
pep517>=0.5
- # workaround for https://github.com/pypa/twine/issues/423
- git+https://github.com/pypa/twine
+ twine>=1.13
path.py
commands =
python -c "import path; path.Path('dist').rmtree_p()"