Skip to content

Commit

Permalink
Use RestrictedPython and Persistence branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jan 20, 2017
1 parent 87309e0 commit 98e2bcd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,6 +2,7 @@
bin
build
coverage
develop
dist
lib
parts
Expand All @@ -11,6 +12,7 @@ parts
*.pyo
*.so
.installed.cfg
.mr.developer.cfg
develop-eggs
eggs
*.egg-info
15 changes: 14 additions & 1 deletion buildout.cfg
@@ -1,8 +1,21 @@
[buildout]
extends = https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
extensions = mr.developer

extends =
https://raw.githubusercontent.com/zopefoundation/Zope/master/versions.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
develop = .
parts = interpreter test coverage

sources-dir = develop
auto-checkout =
Persistence
RestrictedPython

[sources]
Persistence = git ${remotes:github}/Persistence pushurl=${remotes:github_push}/Persistence branch=py3-c-extension-2
RestrictedPython = git ${remotes:github}/RestrictedPython pushurl=${remotes:github_push}/RestrictedPython branch=Python3_update

[versions]
AccessControl =
# Use newer ExtensionClass with C Extension compatible with Python 3
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,8 @@ commands =
zope-testrunner --test-path=src {posargs:-pvc}
deps =
zope.testrunner
../Persistence
./develop/Persistence
./develop/RestrictedPython
.[test]
setenv =
PIP_NO_CACHE = 1

0 comments on commit 98e2bcd

Please sign in to comment.