Skip to content

Commit

Permalink
pin versions when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 6, 2019
1 parent d135853 commit 3441648
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
42 changes: 42 additions & 0 deletions test_plone43.cfg
Expand Up @@ -21,3 +21,45 @@ configparser = 3.5.3
plone.testing = 5.0.0
jsonschema = 2.6.0
###

PyYAML = 5.1.2
argh = 0.26.2
backports.functools-lru-cache = 1.5
createcoverage = 1.5
flake8-blind-except = 0.1.1
flake8-coding = 1.3.2
flake8-commas = 2.0.0
flake8-debugger = 3.2.0
flake8-deprecated = 1.3
flake8-isort = 2.7.0
flake8-pep3101 = 1.2.1
flake8-plone-api = 1.4
flake8-plone-hasattr = 0.2.post0
flake8-print = 3.1.1
flake8-quotes = 2.1.0
flake8-string-format = 0.2.3
flake8-todo = 0.7
futures = 3.3.0
isort = 4.3.21
mccabe = 0.6.1
pathtools = 0.1.2
pkginfo = 1.5.0.1
plone.app.dexterity = 2.0.19
plone.recipe.codeanalysis = 3.0.1
pyflakes = 1.5.0
watchdog = 0.9.0
# Required by:
# plone.recipe.codeanalysis==3.0.1
check-manifest = 0.40
# Required by:
# zest.releaser==6.13.5
colorama = 0.4.1
# Required by:
# flake8==3.3.0
enum34 = 1.1.6
# Required by:
# flake8-isort==2.7.0
testfixtures = 6.10.0
# Required by:
# check-manifest==0.40
toml = 0.10.0
38 changes: 38 additions & 0 deletions test_plone50.cfg
Expand Up @@ -10,3 +10,41 @@ update-versions-file = test_plone50.cfg
[versions]
plone.schemaeditor = >=2.0.18
configparser = 3.5.3

#
PyYAML = 5.1.2
argh = 0.26.2
backports.functools-lru-cache = 1.5
createcoverage = 1.5
flake8-blind-except = 0.1.1
flake8-coding = 1.3.2
flake8-commas = 2.0.0
flake8-debugger = 3.2.0
flake8-deprecated = 1.3
flake8-isort = 2.7.0
flake8-pep3101 = 1.2.1
flake8-plone-api = 1.4
flake8-plone-hasattr = 0.2.post0
flake8-print = 3.1.1
flake8-quotes = 2.1.0
flake8-string-format = 0.2.3
flake8-todo = 0.7
futures = 3.3.0
isort = 4.3.21
mccabe = 0.6.1
pathtools = 0.1.2
pkginfo = 1.5.0.1
plone.recipe.codeanalysis = 3.0.1
plone.schemaeditor = 2.1.0
pyflakes = 1.5.0
requests-toolbelt = 0.9.1
watchdog = 0.9.0
# Required by:
# plone.recipe.codeanalysis==3.0.1
check-manifest = 0.40
# Required by:
# zest.releaser==6.15.0
colorama = 0.4.1
# Required by:
# flake8-isort==2.7.0
testfixtures = 6.10.0

0 comments on commit 3441648

Please sign in to comment.