Jason R. Coombs

Results 1062 comments of Jason R. Coombs

You might also consider using [pytest-enabler](/jaraco/pytest-enabler), which supplies the behavior you seek and doesn't require each plugin to have its own disable flag. That's what [I use in my projects](https://github.com/jaraco/skeleton/blob/54675240d4b4d2452a3777c5156f688e42a6c985/pyproject.toml#L13-L14).

Yes. This package is abandoned. See https://github.com/ktosiek/pytest-freezegun/issues/19#issuecomment-1500919278. So sad to see this name lost to history.

It's been four years. It's probably not worth considering Python 2.7 any longer.

As this issue only affects Python 2, let's consider this wontfix. Feel free to revive with a PR if necessary.

We're experiencing this issue as well. This behavior contradicts the documentation, which indicates, "If you don't have anonymous user search or if the users can't search their own groups, then...

We've worked around the issue by creating a dedicated user for performing our authentication lookups, which is what we've done with other apps for authenticating against LDAP.

I'm afraid I'm stuck on this one. As I understand it, there are several different ways in which the initial user DN can be resolved: - Through an anonymous bind...

As I started editing the docs, I realized they already subtly covered the existing status quo, but I made them more explicit, so it's clear that a userdn is required...

This [error is causing test failures on Python 3.12](https://github.com/jaraco/tempora/actions/runs/4942618665/jobs/8836315852).

Please see #44 - this package is abandoned and should not be used. Use `pytest-freezer` instead.