Jukka Hassinen

Results 5 comments of Jukka Hassinen

I have have had similar issues with non-admin accounts as long as I remember: https://github.com/docker/for-mac/issues/6920#issuecomment-2354934906

The error also happens inside a devcontainer

There is a workaround to make Beartype work with pytest and Django by making a wrapper script for pytest e.g. in this fashion: `pytest-with-beartype.py`: ```python #!/usr/bin/env python """Pytest wrapper which...

@leycec I was actually surprised as well why Django stuff was loaded prior to the pytest-beartype plugin. I am now suspecting it might be caused by another pytest plugin which...

Reported also here https://github.com/vitalik/django-ninja/issues/1413