Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.rebootstrap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.rebootstrap
Commits
87394b7e
Commit
87394b7e
authored
Feb 03, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup: declare test dependences with extras_require
Only setup.py test understands tests_require
parent
de5e5d50
Pipeline
#7968
passed with stage
in 0 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
setup.py
setup.py
+9
-4
No files found.
setup.py
View file @
87394b7e
...
...
@@ -5,6 +5,13 @@ name = "slapos.rebootstrap"
long_description
=
open
(
"README.rst"
).
read
()
+
'
\
n
\
n
'
long_description
+=
open
(
"CHANGELOG.rst"
).
read
()
extras_require
=
{
'test'
:
[
'zope.testing'
,
'manuel'
,
]
}
setup
(
name
=
name
,
version
=
version
,
...
...
@@ -38,9 +45,7 @@ setup(
'setuptools'
,
'zc.buildout >=2.7.1+slapos001, <2.7.2'
,
],
tests_require
=
[
'zope.testing'
,
'manuel'
],
extras_require
=
extras_require
,
tests_require
=
extras_require
[
'test'
],
test_suite
=
'%s.tests.test_suite'
%
name
,
)
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