Re: [openstack-dev] heat run_tests.sh fails with one huge line of output

2014-02-16 Thread Robert Collins
On 17 February 2014 10:20, Mike Spreitzer mspre...@us.ibm.com wrote: Kevin, I changed no code, it was a fresh DevStack install. Thanks Robert, I tried following your leads but got nowhere, perhaps I need a few more clues. I am not familiar with bzr (nor baz), and it wasn't obvious to me how

Re: [openstack-dev] heat run_tests.sh fails with one huge line of output

2014-02-16 Thread Alexander Gorodnev
Hi Mike, Looks like you have some syntax error for some accidental reason. Could you please do the following: 0) install flake8; 1) run ./run_tests.sh -p pep8.log into your Heat directory; 2) Attach to the letter and send it to the list. Thank you, Alexander 2014-02-17 1:20 GMT+04:00 Mike

Re: [openstack-dev] heat run_tests.sh fails with one huge line of output

2014-02-16 Thread Mike Spreitzer
Robert Collins robe...@robertcollins.net wrote on 02/16/2014 05:26:50 PM: I would have expected run_tests.sh to tox which creates a venv, but heat seems different. So you'll need to install testrepository via your system tox, not one from a venv. I don't think I have a system tox. `pip list

Re: [openstack-dev] heat run_tests.sh fails with one huge line of output

2014-02-16 Thread Robert Collins
On 17 February 2014 13:50, Mike Spreitzer mspre...@us.ibm.com wrote: Robert Collins robe...@robertcollins.net wrote on 02/16/2014 05:26:50 PM: I would have expected run_tests.sh to tox which creates a venv, but heat seems different. So you'll need to install testrepository via your system