summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-20 12:40:33 -0500
committerGitHub <noreply@github.com>2021-02-20 12:40:33 -0500
commit23cae26198fdda29e75cd0c1076ad601b0532d6b (patch)
tree6edc8eb30726c2f50aa63dac515e06998e46647c
parent346d98c700e2048bc7667970f23694d17d2c5642 (diff)
downloadpython-setuptools-git-23cae26198fdda29e75cd0c1076ad601b0532d6b.tar.gz
Pin minimum jaraco.path version
Co-authored-by: Benoit Pierre <benoit.pierre@gmail.com>
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2158905b..a3b9ca1b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,7 +58,7 @@ testing =
pip>=19.1 # For proper file:// URLs support.
jaraco.envs
pytest-xdist
- jaraco.path
+ jaraco.path>=3.2.0
docs =
# Keep these in sync with docs/requirements.txt