Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
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
Jérome Perrin
setuptools
Commits
a4190dd1
Commit
a4190dd1
authored
Jul 14, 2016
by
stepshal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Match closing bracket identation of opening bracket's line.
parent
45de6ea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setuptools/tests/test_bdist_egg.py
setuptools/tests/test_bdist_egg.py
+1
-1
setuptools/tests/test_egg_info.py
setuptools/tests/test_egg_info.py
+1
-1
No files found.
setuptools/tests/test_bdist_egg.py
View file @
a4190dd1
...
...
@@ -33,7 +33,7 @@ class Test:
script_args
=
[
'bdist_egg'
],
name
=
'foo'
,
py_modules
=
[
'hi'
]
))
))
os
.
makedirs
(
os
.
path
.
join
(
'build'
,
'src'
))
with
contexts
.
quiet
():
dist
.
parse_command_line
()
...
...
setuptools/tests/test_egg_info.py
View file @
a4190dd1
...
...
@@ -179,7 +179,7 @@ class TestEggInfo(object):
"""
%
requires_line
)
build_files
({
'setup.py'
:
setup_script
,
})
})
def
test_install_requires_with_markers
(
self
,
tmpdir_cwd
,
env
):
self
.
_setup_script_with_requires
(
...
...
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