Alessio Bogon

Results 129 comments of Alessio Bogon

I think that it's common for parsing libraries like tatsu to not be used by end users directly, but rather by other libraries that need to parse things in order...

And even if you are "stuck" on 3.7 you should still be able to use all the latest version of libraries, or at least always update to security patches for...

Tatsu 5.7 does not work with python 3.7. Probably the last version of Tatsu that works with it is in the 4.x range

Looking at the [download stats for my package](https://pypistats.org/packages/pytest-bdd), 11% of the downloads is still for python 3.7. Probably other packages have the same distribution. Since it's an officially supported version,...

> What I think @youtux could do is to start adding Py310 to the testing pipelines. Yeah I have always have the latest pythons in the pipelines since the alpha...

I'll keep this in mind when writing the new parser.

I think this is a bug in pytest-factoryboy generation of related fixtures for factory.List. I'll check this in the next few weeks.

@helioascorreia, I can't reproduce the issue with your example. Can you provide a full minimal example that I can just run to reproduce the issue?

@nblock I spent some time investigating this, and I agree with @skarzi; I can't think of an elegant way of fixing this, and your solution seems indeed correct and clear.