Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Xavier Thompson
slapos.buildout
Commits
1e35add8
Commit
1e35add8
authored
May 24, 2024
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fixup] Adapt build dependencies tests to Python2
Fixup "[test] Add tests for build dependencies"
parent
f409109d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
src/zc/buildout/tests/test_all.py
src/zc/buildout/tests/test_all.py
+4
-12
No files found.
src/zc/buildout/tests/test_all.py
View file @
1e35add8
...
...
@@ -3661,7 +3661,7 @@ def test_missing_setup_requires_fails():
... versions = dict(withsetuprequires='0.1')) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1.
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1.
..
>>> zc.buildout.easy_install.allow_picked_versions(True)
False
"""
...
...
@@ -3711,7 +3711,7 @@ def test_missing_build_system_requires_fails():
... # doctest: +ELLIPSIS
Traceback (most recent call last):
...
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1.
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1.
..
>>> zc.buildout.easy_install.allow_picked_versions(True)
False
"""
...
...
@@ -3765,12 +3765,8 @@ def test_pin_setup_requires_without_setup_eggs():
>>> print(system(join('bin', 'buildout'))) # doctest: +ELLIPSIS
Installing withsetuprequires.
Getting distribution for 'withsetuprequires==0.1'.
error: subprocess-exited-with-error
<BLANKLINE>
× python setup.py egg_info did not run successfully.
│ exit code: 1
...
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1
.
...CalledProcessError: ...pip...wheel... non-zero exit status 1..
.
<BLANKLINE>
"""
...
...
@@ -3819,12 +3815,8 @@ def test_pin_build_system_requires_without_setup_eggs():
>>> print(system(join('bin', 'buildout'))) # doctest: +ELLIPSIS
Installing withbuildsystemrequires.
Getting distribution for 'withbuildsystemrequires==0.1'.
error: subprocess-exited-with-error
<BLANKLINE>
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
...
subprocess.CalledProcessError: ...pip...wheel... non-zero exit status 1
.
...CalledProcessError: ...pip...wheel... non-zero exit status 1..
.
<BLANKLINE>
"""
...
...
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