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
c5843bbd
Commit
c5843bbd
authored
Dec 08, 2016
by
Jason R. Coombs
Committed by
GitHub
Dec 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #872 from scop/spelling
Spelling fixes
parents
17f752d3
1ca6f3bf
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
setuptools/command/build_py.py
setuptools/command/build_py.py
+1
-1
setuptools/tests/environment.py
setuptools/tests/environment.py
+1
-1
setuptools/tests/test_egg_info.py
setuptools/tests/test_egg_info.py
+1
-1
No files found.
setuptools/command/build_py.py
View file @
c5843bbd
...
...
@@ -219,7 +219,7 @@ class build_py(orig.build_py, Mixin2to3):
@
staticmethod
def
_get_platform_patterns
(
spec
,
package
,
src_dir
):
"""
yield platf
ro
m-specific path patterns (suitable for glob
yield platf
or
m-specific path patterns (suitable for glob
or fn_match) from a glob-based spec (such as
self.package_data or self.exclude_package_data)
matching package in src_dir.
...
...
setuptools/tests/environment.py
View file @
c5843bbd
...
...
@@ -56,5 +56,5 @@ def run_setup_py(cmd, pypath=None, path=None,
data
=
data
.
decode
()
data
=
unicodedata
.
normalize
(
'NFC'
,
data
)
# commun
ci
ate calls wait()
# commun
ic
ate calls wait()
return
proc
.
returncode
,
data
setuptools/tests/test_egg_info.py
View file @
c5843bbd
...
...
@@ -237,7 +237,7 @@ class TestEggInfo(object):
pkginfo
=
os
.
path
.
join
(
egg_info_dir
,
'PKG-INFO'
)
assert
'Requires-Python: >=1.2.3'
in
open
(
pkginfo
).
read
().
split
(
'
\
n
'
)
def
test_manifest_maker_warning_suppresion
(
self
):
def
test_manifest_maker_warning_suppres
s
ion
(
self
):
fixtures
=
[
"standard file not found: should have one of foo.py, bar.py"
,
"standard file 'setup.py' not found"
...
...
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