collective / pas.plugins.ldap

Zope (and Plone) PAS Plugin providing users and groups from LDAP directory
http://pypi.python.org/pypi/pas.plugins.ldap
Other
13 stars 20 forks source link

Refactor travis #49

Closed jensens closed 6 years ago

jensens commented 6 years ago

make Travis work again

fredvd commented 6 years ago

@jensens We did fix the tests in https://github.com/collective/pas.plugins.ldap/pull/48 with a few lines, but travis still seems to error. Could it be because node.ext.ldap in its testing teardown outputs an error? When I run the tests locally it always prints:


pop global registry failed popGlobalRegistry() called out of sync with pushGlobalRegistry()


https://github.com/bluedynamics/node.ext.ldap/blob/master/src/node/ext/ldap/testing/__init__.py#L262-L266

jensens commented 6 years ago

the push/pop of the zca registry is imo a problem on its own and needs some love in node.ext.ldap.