Hello,

My tg app with a customized saprovider works fine on tg 1.0.1 and
nosetest runs ok. Then I updated to 1.0.2.2 and still my app works ok,
however when I run nosetest I get exception "
IdentityConfigurationException: IdentityProvider plugin missing:
customsaprovider " . My setup.py already has
entry_points = """
    [turbogears.identity.provider]
    customsaprovider=
<appname>.customsaprovider:CustomSqlAlchemyIdentityProvider
""",

nosetest work when I ran python setup.py develop , it seems python
added an entry in easy-install.pth containing my program's path.

My question is am I doing something wrong or is there a way to make
nosetest work with a custom identity provider  without adding an entry
on easy-install.pth ?


TIA,
Dakila


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to