Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
26141818
Commit
26141818
authored
Mar 02, 2019
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
there isn't any real reason to prevent this from running outside a virtualenv…
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
1f5d86dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
managetests/gunicorn_config.py
managetests/gunicorn_config.py
+0
-4
No files found.
managetests/gunicorn_config.py
View file @
26141818
...
...
@@ -17,10 +17,6 @@
import
sys
import
os
# An hacky way to discover if we're inside a virtualenv
if
not
hasattr
(
sys
,
"real_prefix"
):
raise
RuntimeError
(
"You must use this inside a virtualenv"
)
_branch_dir
=
os
.
path
.
realpath
(
os
.
path
.
join
(
sys
.
prefix
,
".."
))
...
...
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