Francis Secada
Francis Secada
Then could you add testing for python3.7 and 3.8 environments in the `tox.ini` file of your pull?
You can add this to the environment list, and Travis CI should be able to spin out new virtualenvs with the python versions. ``` envlist = py36-django{21, _stable} py37-django{21, _stable}...
My existing workaround (which is not really sufficient or safe) is to iterate through the invite list and push through every single email instance. ``` from django.test import RequestFactory invite_emails...
Any further movement on this issue? It's springing up for me, and I was very excited to get my hands dirty with Juce + python.
Addendum: I have attempted to run this with `factory.create_batch(n)` with Meta declaring the `sqlalchemy_session` and the `sqlalchemy_session_persistence = 'commit'` options, but the same errors persist.
Can confirm: this is taking place on Wx11 with ASIO drivers. Checked against v 0.7.0 and 0.6.3. I ran NeuroTube immediately after being confronted with this bug and it runs...
Resolves #18
@ckrybus , please review and approve; this seems like a straightforward fix and should have a downstream impact on existing module users.
Added significant structural changes to `tests` directory while minimizing changes to tests themselves. This pull request presents a significant modernization and refactoring of the primary test file, `bakery/tests/__init__.py`, when compared...
@palewire just tagging to ensure you're putting eyes on this PR.