Ran Benita

Results 431 comments of Ran Benita

Looked into it. Unfortunately what the way `pytest_django.asserts` is currently implemented, the assertion functions are just standalone functions, and are not bound to the actual running test. I don't see...

No problem! In the [Ruff discussion](https://github.com/astral-sh/ruff/issues/18331), we're not sure where to add it. If you were to implement it in flake8-comprehensions, would you add it to an existing rule, or...

Bisected to 4b32e7cc33f2972417436fbc86d915944f6c906a Enhancements to unraisable plugin (#12958). The major chunk of the extra time is `gc_collect_harder` but not all of it. cc @graingert

@wahuneke Can you rebase? I think maybe now the coverage will be shown better.

I'll close this for now as stale, please resubmit if you'd like to work on this again.

Yes, this is likely a bug in the reader. The proposed change would make CCID more resilient against such hardware issues in the USB communication level.

Thanks for taking a look. > I wonder, would using cryptography for X.509 validation mean this project could drop pyOpenSSL as a dependency? Yes! > It required writing a very...

I updated the PR: rebased and updates the cryptography dependency. The two things remaining are: - The non-v3 certificate in `test_raise_attestation_android_safetynet_basic_integrity_false_cts_profile_match_false`. I would have updated it myself but it's beyond...

Does non-builtin pcsc-lite actually work on macOS? It doesn't conflict with the built-in framework/daemon?

In this filesystem, you are able to write to a private directory which is reported as owned by another user? I'm surprised you are not having more issues. Can you...