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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
ZEO
Commits
52ee8ac1
Commit
52ee8ac1
authored
Apr 25, 2021
by
Jens Vagelpohl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- don't use buildout, just tox
parent
abfbe879
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
37 deletions
+4
-37
.github/workflows/tests.yml
.github/workflows/tests.yml
+2
-1
.gitignore
.gitignore
+0
-2
tox.ini
tox.ini
+2
-14
zodb-master.cfg
zodb-master.cfg
+0
-20
No files found.
.github/workflows/tests.yml
View file @
52ee8ac1
...
@@ -16,6 +16,7 @@ jobs:
...
@@ -16,6 +16,7 @@ jobs:
-
[
"
2.7"
,
"
py27"
]
-
[
"
2.7"
,
"
py27"
]
-
[
"
2.7"
,
"
py27-msgpack1"
]
-
[
"
2.7"
,
"
py27-msgpack1"
]
-
[
"
2.7"
,
"
py27-zeo4"
]
-
[
"
2.7"
,
"
py27-zeo4"
]
-
[
"
2.7"
,
"
zodbmaster"
]
-
[
"
3.5"
,
"
py35"
]
-
[
"
3.5"
,
"
py35"
]
-
[
"
3.5"
,
"
py35-zeo4"
]
-
[
"
3.5"
,
"
py35-zeo4"
]
-
[
"
3.6"
,
"
py36"
]
-
[
"
3.6"
,
"
py36"
]
...
@@ -25,7 +26,7 @@ jobs:
...
@@ -25,7 +26,7 @@ jobs:
-
[
"
3.7"
,
"
py37-mtacceptor"
]
-
[
"
3.7"
,
"
py37-mtacceptor"
]
-
[
"
3.7"
,
"
py37-mtacceptor-msgpack1"
]
-
[
"
3.7"
,
"
py37-mtacceptor-msgpack1"
]
-
[
"
3.7"
,
"
py37-uvloop"
]
-
[
"
3.7"
,
"
py37-uvloop"
]
-
[
"
3.7"
,
"
py37-zodb
-
master"
]
-
[
"
3.7"
,
"
py37-zodbmaster"
]
-
[
"
pypy2"
,
"
pypy"
]
-
[
"
pypy2"
,
"
pypy"
]
-
[
"
pypy3"
,
"
pypy3"
]
-
[
"
pypy3"
,
"
pypy3"
]
-
[
"
pypy3"
,
"
pypy3-mtacceptor"
]
-
[
"
pypy3"
,
"
pypy3-mtacceptor"
]
...
...
.gitignore
View file @
52ee8ac1
...
@@ -3,10 +3,8 @@
...
@@ -3,10 +3,8 @@
__pycache__
__pycache__
*.egg-info
*.egg-info
.installed.cfg
.installed.cfg
.mr.developer.cfg
.tox
.tox
bin
bin
develop
develop-eggs
develop-eggs
dist
dist
eggs
eggs
...
...
tox.ini
View file @
52ee8ac1
...
@@ -16,7 +16,8 @@ commands =
...
@@ -16,7 +16,8 @@ commands =
# Only run functional tests if unit tests pass.
# Only run functional tests if unit tests pass.
zope-testrunner
-f
--test-path
=
src {posargs:-vc}
zope-testrunner
-f
--test-path
=
src {posargs:-vc}
deps
=
deps
=
ZODB
>=
4.2.0b1
!zodbmaster:
ZODB
>=
4.2.0b1
zodbmaster:
-e
git+https://github.com/zopefoundation/ZODB.git@master
#egg=ZODB
random2
random2
ZConfig
ZConfig
manuel
manuel
...
@@ -59,19 +60,6 @@ deps =
...
@@ -59,19 +60,6 @@ deps =
{
[testenv]
deps}
{
[testenv]
deps}
uvloop
uvloop
[testenv:py37-zodb-master]
deps
=
setuptools
<
52
zc.buildout
zope.testrunner
zope.testing
mock
random2
msgpack
<
1
commands
=
{envbindir}/buildout
-c
{toxinidir}/zodb-master.cfg
buildout:
directory
=
{envdir} buildout:develop={toxinidir}
{envbindir}/test
{posargs}
[testenv:simple]
[testenv:simple]
# Test that 'setup.py test' works
# Test that 'setup.py test' works
basepython
=
basepython
=
...
...
zodb-master.cfg
deleted
100644 → 0
View file @
abfbe879
# This buildout configuration creates test scripts and interpreters that
# pull in the ZODB master branch instead of the latest release.
[buildout]
extends =
buildout.cfg
https://raw.githubusercontent.com/zopefoundation/Zope/master/sources.cfg
extensions = mr.developer
sources-dir = develop
auto-checkout =
ZODB
[versions]
ZODB =
[test]
eggs =
ZEO
# ZopeUndo is needed as soft-dependency for a regression test
ZopeUndo
defaults = ['-cv', '-s', 'ZEO', '--all']
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