Ran Benita

Results 431 comments of Ran Benita

Please https://pytest-django.readthedocs.io/en/latest/database.html#tests-requiring-multiple-databases. Does that work?

I also got this warning (for PKCS#7 though) from an [Apple Pay Payment Token](https://developer.apple.com/documentation/passkit/payment-token-format-reference) (the `signature` key). It was generated in 2011 (embedded in a unit test), so they may...

> If you're able to get a more recent one, that'd be great -- concurrently I'll ask around. Here's a signature from a token I issued just now from a...

I rebased to fix some conflicts, no other code changes. > It would be easier to just modify [ReadUSB()](https://github.com/LudovicRousseau/CCID/blob/master/src/ccid_usb.c#L980) to use a temporary big buffer. Then no need to touch...

This seems a bit too specialized, i.e. I am not sure the usefulness is worth the maintenance/documentation overhead. It can be implemented in code though by throwing the following in...

Deferring `typing` seems like too much to me... Looking at `python -Ximporttime` output, `importlib.metadata` is a major culprit. Making it lazy (which is simpler to do) reduces the import time...

> No, this is an official Gentoo package, no custom package. The pcscd runs as pcscd:pcscd - it was like this for many years. The package even says so when...

Disclaimer: I don't actually use junitxml. This sounds good to me, it does look like some indication of where the test comes from is missing. The `testsuite` attributes we might...

The answer is here: https://github.com/unbit/uwsgi/issues/2037#issuecomment-640167887