Commit 0963193f authored by Kirill Smelkov's avatar Kirill Smelkov Committed by GitHub

Merge pull request #346 from navytux/y/cifix

buildout: Fix CI

/reviewed-on https://github.com/zopefoundation/ZODB/pull/346
/reviewed-by @d-maurer
parents dad77801 93b33b7c
......@@ -9,6 +9,8 @@ parts =
[versions]
# Avoid breakage in 4.4.5:
zope.testrunner = >= 4.4.6
# sphinx_rtd_theme depends on docutils<0.17
docutils = < 0.17
[versions:python2]
Sphinx = < 2
......
Sphinx
# Silence dependabot claiming a security issue in older versions:
pygments >= 2.7.4
pygments >= 2.7.4 ; python_version >= '3'
# pygments 2.6 stopped supporting py2
pygments < 2.6 ; python_version < '3'
docutils
ZODB
sphinxcontrib_zopeext
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment