Results 136 comments of Raphael Nestler

I'd suggest to actually add a real example in the examples folder, which would also get compile checked during CI.

> The goal of this trait is the method can be called from the code generated by the macro, not by a developer. So I'm using `bitfield` wrong / not...

I found this issue via search. I'm trying to cytonize parts of a package and also face the problem, that the resulting package will include the original Python, the C-source...

@BonsaiDen What's the status on this?

> i think this must be something different the IDE and Makefile are doing with linking or flags, not anything to do with avr-size, they're just creating different sized binaries....

I debugged it a bit further: I can install every dependency of dash except dash itself and the tests still work! So something in the dash package itself must be...

OK the culprit seems to be the `dash/testing/plugin.py`. When I just emty the file with `echo > /home/raphael/.cache/pypoetry/virtualenvs/minimal-pylenium-dash-example-0I1Y-mga-py3.10/lib/python3.10/site-packages/dash/testing/plugin.py` then the tests work again.

Ah I can also disable it with `pytest -p no:dash`

@bmerry Looks related to the test plugin as well, yes. I guess disabling it with `pytest -p no:dash` could work for you as well as a workaround.

I encountered the same issue. > the fix would be to limit the dependency to before 3.8.1 for webderiver_manager But isn't this a bug that should be reported to webdriver_manager?