On Sun, Jun 23, 2013 at 3:27 PM, Christoph Zwerschke <[email protected]> wrote:
> But then BaseTestQuickStart must also create and destroy a separate > virtualenv in its setUp and tearDown methods. > I tried to tackle the problem in https://github.com/TurboGears/tg2devtools/commit/e44447b2ba16fd7ab7a068530346cfc1d0ec71eb but is more complex than I expected with the root virtualenv colliding with the sub virtualenvironments and issues with sys.real_prefix. It seems that the dependencies are correctly installed within the newly created environment, but there are some problems with the successive enter_virtualenv calls before the tests which fail due to sys.real_prefix odd status. -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears-trunk. For more options, visit https://groups.google.com/groups/opt_out.
