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
22b0776f
Commit
22b0776f
authored
May 23, 2016
by
Marius Wachtler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update virtualenv to the one which always sets zip_safe=False
parent
14ea4c01
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 @
22b0776f
...
@@ -19,15 +19,3 @@ index b9db3bb..2d24efc 100644
...
@@ -19,15 +19,3 @@ index b9db3bb..2d24efc 100644
}
}
else {
else {
PyObject *doc_attr;
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:
virtualenv
@
71fc0e0a
Subproject commit
e715c2e4beec912248bcaa258b4dfd7c015a9273
Subproject commit
71fc0e0a25eaabd1671d0e49acaccf6b329306ce
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