Commit 0301ef22 authored by Tres Seaver's avatar Tres Seaver

Use released version of persistent.

parent 4e6e62c1
[buildout] [buildout]
develop = . develop = .
parts = test scripts parts =
test
scripts
versions = versions versions = versions
# Temporary, until 'persistent' is released to PyPI.
find-links = .
[versions] [versions]
zc.recipe.testrunner = 1.3.0 zc.recipe.testrunner = 1.3.0
persistent = 4.0.0
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = ZODB3 [test] eggs =
persistent
ZODB3 [test]
initialization = initialization =
import os, tempfile import os, tempfile
try: os.mkdir('tmp') try: os.mkdir('tmp')
...@@ -21,5 +23,7 @@ defaults = ['--all'] ...@@ -21,5 +23,7 @@ defaults = ['--all']
[scripts] [scripts]
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = ZODB3 [test] eggs =
persistent
ZODB3 [test]
interpreter = py interpreter = py
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