Ran Benita

Results 431 comments of Ran Benita

Isn't it preferable to have something we can adjust ourselves? Looking at the code of the tibdex action https://github.com/tibdex/backport/blob/master/src/backport.ts there isn't any magic there, it does about the same as...

Sorry, clicked the wrong button. Whenever a new user creates a PR, need to click a button to allow running the CI...

Possibly related: https://code.djangoproject.com/ticket/32409 Does this still happen with asgiref>=3.3.0?

`pytest-django` does not try to import `Mapping` from `collections`, so the problem is not in this project. You'll need to find which code performs this import. You can search for...

If you are using a virtualenv, check inside the virtualenv directory as well. This will tell you if any dependency is importing it.

I think it would be nice!

This will be fixed with #970, though you'd need to enable serialized rollbacks.

Closing per @D3X's comment; the version is released now.

I tried to reproduce this but couldn't. This is with ``` platform linux -- Python 3.9.1, pytest-6.2.1, py-1.10.0, pluggy-0.13.1 django: settings: pytest_django_test.settings_mysql_innodb (from env) rootdir: /home/ran/src/pytest-django, configfile: setup.cfg plugins: xdist-2.2.0,...