Kenny Root
Kenny Root
@dgtlmoon sorry, I forgot to push my change for the license files a few months ago!
Should have a test or else the functionality might accidentally get deleted during refactoring.
@binwiederhier any interest in merging this?
Rebased onto newest commit.
Rebased onto head
> > The fixture use and test setup need to be adjusted to not depend on test ordering. > > can you branch from this branch and also do that...
> could this run the basic tests in parallel then too? (faster) It should be able to using `pytest-xdist`.
> > Doing these smaller changes first will help make the transition to asyncio more smooth if you want to go that direction. > > problem is the architecture of...
Oh, this is interesting actually. I wonder if there is a way to split this out so there is no requirement to have a certain ABI.
Right now you can do a split per ABI, but I don't know if it allows you to just not have the native libraries. The ideal situation is that Android...