Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
d0446bd3
Commit
d0446bd3
authored
Nov 10, 2017
by
Jens W. Klein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add soft-dependency ZopeUndo for regression test.
parent
ba35cf26
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
buildout.cfg
buildout.cfg
+2
-0
tox.ini
tox.ini
+2
-1
No files found.
buildout.cfg
View file @
d0446bd3
...
@@ -13,6 +13,8 @@ extra =
...
@@ -13,6 +13,8 @@ extra =
recipe = zc.recipe.testrunner
recipe = zc.recipe.testrunner
eggs =
eggs =
ZEO [test${buildout:extra}]
ZEO [test${buildout:extra}]
# ZopeUndo is needed as soft-dependency for a regression test
ZopeUndo
initialization =
initialization =
import os, tempfile
import os, tempfile
try: os.mkdir('tmp')
try: os.mkdir('tmp')
...
...
tox.ini
View file @
d0446bd3
...
@@ -21,7 +21,8 @@ deps =
...
@@ -21,7 +21,8 @@ deps =
zope.testing
zope.testing
zope.testrunner
zope.testrunner
mock
mock
# ZopeUndo is needed as soft-dependency for a regression test
ZopeUndo
[testenv:simple]
[testenv:simple]
# Test that 'setup.py test' works
# Test that 'setup.py test' works
basepython
=
basepython
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment