You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nose/case.py", line 133, in run
self.runTest(result)
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nose/case.py", line 151, in runTest
test(result)
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nosepipe.py", line 173, in call
(header + data).decode("latin1"))
Exception: short message body (want 1433299822, got 82)
Something went wrong
Message: Unknown command: '--with-process-isolation-reporter'
Type 'manage.py help' for usage.
The text was updated successfully, but these errors were encountered:
I think it's because I'm using django nose and I run tests with ./manage.py test ..., so when you are building the args for the subprocess, you are trying to call --with-process-isolation-reporter on ./manage.py instead.
To make nosepipe play nice with django nose, you might have to special case it and spawn subprocess with a different command.
I'm getting this error:
Traceback (most recent call last):
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nose/case.py", line 133, in run
self.runTest(result)
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nose/case.py", line 151, in runTest
test(result)
File "/Users/diwu/.virtualenvs/BetterWorks/lib/python2.7/site-packages/nosepipe.py", line 173, in call
(header + data).decode("latin1"))
Exception: short message body (want 1433299822, got 82)
Something went wrong
Message: Unknown command: '--with-process-isolation-reporter'
Type 'manage.py help' for usage.
The text was updated successfully, but these errors were encountered: