Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
wendelin.core
Commits
4047d40f
Commit
4047d40f
authored
May 29, 2024
by
Carlos Ramos Carreño
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't test on NEO for Python 3.
parent
99f262dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
.nxdtest
.nxdtest
+4
-1
No files found.
.nxdtest
View file @
4047d40f
# setup to run tests on Nexedi testing infrastructure.
# setup to run tests on Nexedi testing infrastructure.
# https://stack.nexedi.com/test_status
# https://stack.nexedi.com/test_status
from sys import version_info
storv = ['fs', 'zeo', 'neo'] # storage backends to test against
storv = ['fs', 'zeo'] # storage backends to test against
if version_info[0] == 2:
storv.append('neo')
# test.t & friends unit-test core of UVMM and are Go-, Python- and ZODB-storage independent.
# test.t & friends unit-test core of UVMM and are Go-, Python- and ZODB-storage independent.
# we don't run test.vg* because there is currently no valgrind on SlapOS.
# we don't run test.vg* because there is currently no valgrind on SlapOS.
...
...
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