[sqlalchemy] Tests hang at test_ora8_flags

2015-03-19 Thread Tony Locke
Hi, I've encountered a glitch when running py.test over the entire test suite with the postgresql+pg8000 dialect: py.test --dburi postgresql+pg8000://postgres:xxx@localhost:5436/test the test hangs at: test/dialect/test_oracle.py::CompatFlagsTest::test_ora8_flags PASSED then if I do a Ctrl-C

Re: [sqlalchemy] Tests hang at test_ora8_flags

2015-03-19 Thread Michael Bayer
Tony Locke tlo...@tlocke.org.uk wrote: Hi, I've encountered a glitch when running py.test over the entire test suite with the postgresql+pg8000 dialect: py.test --dburi postgresql+pg8000://postgres:xxx@localhost:5436/test the test hangs at: