ok Sir , how can solved it ?
On Wednesday, August 1, 2018, 12:17:23 PM GMT+1, FUJITA Tomonori
wrote:
On Wed, 1 Aug 2018 14:35:19 +0900
IWAMOTO Toshihiro wrote:
> It seems tests weren't correctly run because of interactions between
> travis CI env and tox venv. Also, run the scenari
On Wed, 1 Aug 2018 14:35:19 +0900
IWAMOTO Toshihiro wrote:
> It seems tests weren't correctly run because of interactions between
> travis CI env and tox venv. Also, run the scenario test on more
> recent python3, as python3.4 is going away.
> The test uses a lot of memory and fails with pypy,
Sir the output when i used :
~/ryu$ sudo python ./setup.py install[sudo] password : running install[pbr]
Writing ChangeLog[pbr] Generating ChangeLog[pbr] ChangeLog complete (0.3s)[pbr]
Generating AUTHORS[pbr] AUTHORS complete (0.2s)running buildrunning
build_pyrunning egg_infowriting requiremen
It seems tests weren't correctly run because of interactions between
travis CI env and tox venv. Also, run the scenario test on more
recent python3, as python3.4 is going away.
The test uses a lot of memory and fails with pypy, so it's disabled for now.
Signed-off-by: IWAMOTO Toshihiro
---
.tra