Brian Maissy
Brian Maissy
I started to experience this issue when I upgraded my ipython from 7.9.0 to 7.12.0 (looks like the change occured in 7.10.0: https://github.com/ipython/ipython/commit/c2a5384f364ecc5dded4ad892f13527880ae8517) in which ipython started to support prompt_toolkit...
Fixed in ipython: https://github.com/ipython/ipython/pull/12141
@MrMino I'm not familiar with the code enough to feel confident trying to address this. Maybe the best way to address it is to open a separate issue? Also maybe...
Hmm never mind it's a bit more complicated than that. Looks like `pytest_generate_tests` isn't even called for doctest tests. Let me know if you have any ideas, but if it's...
on master it just fails silently, and doctests don't get run multiple times. its an improvement over crashing at least
@Pliner what do you think about this one?
Dynamically calling async fixture causes a runtime error saying "This event loop is already running"
any updates on this?
Why doesn't it make sense to use `dump()` in a pipeline? I do so in order to dump multiple keys.
Yeah that's the workaround I've been using. Thank you.
I work on a relatively large project made up of a number of "top-level modules", each of which is a separate library or service. Our convention is to use relative...