jgb

Results 22 comments of jgb

> Yes this sounds like a bug. > > Do you have a minimum working example of python code and a sequence from startup that I can use to replicate...

> > After switching back and forth a few times between the different buffers, [...] > > Thanks, but I can't make that bit of trigger anything. I stuck it...

I've got the same error, but on linux! Can't run any test on 7.1.x, reverting back to 7.0.x fixes the issue: ``` root@f786a0bfb51b:/srv/vidicenter# pytest -n4 WARNING No rollbar access token...

Following this topic. I spent a few hours today on figuring out why one of our pytest series went from needing 10 minutes to complete to 50 minutes. Turns out...

> tree-sitter is in a completely different league. It's a top-notch incremental parser that can be used for accurate (!) syntax highlighting, code folding, code formatting, etc. tree-sitter grammars are...

@D3X are you sure the new version fixes this bug? I've got pytest-xdist 2.1.0 and pytest-django 4.0.0 and my tests still fail when running with -n4 with these type of...

@bluetech this bug isn't solved AFAIK. Using the latest pytest-xdist and pytest-django, I still fail to run pytest with -n4. Downgrading pytest-xdist fixes the problem.

> @jgb what version of pytest-xdist is working for you? @ricky-sb Hello, the last version that works without problems for me is pytest-xdist 1.34.0 Anything higher and I get the...

Hello @bluetech, what we are using: - python 3.6.9 - ubuntu LTS 18.04 - django 2.2.17 - pytest 6.2.1 - pytest-django 4.1.0 - pytest-xdist 1.34.0 - mariadb 10.1.48 Yes we...

Following this! It's a showstopper for us, preventing updates beyond Django 3.0. We currently have an internal monkey patching workaround that works with Django