Closed
Bug 824853
Opened 13 years ago
Closed 7 years ago
add pymodwebsocket to virtualenv so that we dont have to do magic
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: k0scist, Unassigned)
References
(Blocks 1 open bug)
Details
see https://bugzilla.mozilla.org/show_bug.cgi?id=820861
As mentioned in
https://bugzilla.mozilla.org/show_bug.cgi?id=770718#c32 , the reason
we need to do
http://mxr.mozilla.org/mozilla-central/source/testing/mochitest/pywebsocket/README-MOZILLA#29
:
"""
Manually move the 'standalone.py' file from the mmod_pywebsocket/
directory to the parent directory (not sure why we moved it: probably
no reason)
"""
that we've already forgotten the reason for is due to python sys.path
issues since we're running uninstalled. Instead...we should be
installing this software into the virtualenv.
Comment 1•7 years ago
|
||
Mass closing mochitest bugs that haven't had activity in the past 5 years. Please re-open or file a new bug with modern context if this is still relevant.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•