Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
1e542569
Commit
1e542569
authored
8 years ago
by
Marius Wachtler
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1208 from undingen/zip_safe
update virtualenv to the one which always sets zip_safe=False
parents
14ea4c01
22b0776f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
13 deletions
+1
-13
test/integration/numpy_patch.patch
test/integration/numpy_patch.patch
+0
-12
test/lib/virtualenv
test/lib/virtualenv
+1
-1
No files found.
test/integration/numpy_patch.patch
View file @
1e542569
...
...
@@ -19,15 +19,3 @@ index b9db3bb..2d24efc 100644
}
else {
PyObject *doc_attr;
diff --git a/setup.py b/setup.py
index cc8f3c1..d3f89f6 100755
--- a/setup.py
+++ b/setup.py
@@ -352,6 +352,7 @@
def setup_package():
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='nose.collector',
cmdclass={"sdist": sdist_checked},
+ zip_safe=False,
)
if "--force" in sys.argv:
This diff is collapsed.
Click to expand it.
virtualenv
@
71fc0e0a
Subproject commit
e715c2e4beec912248bcaa258b4dfd7c015a9273
Subproject commit
71fc0e0a25eaabd1671d0e49acaccf6b329306ce
This diff is collapsed.
Click to expand it.
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