-
I am working on building a test suite of a microservice application using Tox-Docker. Our database is a MySQL DB, so we are trying to create a test DB to run our tests on. I am pulling the image MySQL…
-
eg. https://github.com/zopefoundation/zc.zodbrecipes
In order to get correct coverage, @mgedmin pointed me to
https://github.com/buildout/buildout/blob/0185dc6a87f417160378547c776fb6da0c016e88/src…
-
This plugin fails with the lastest release of tox 3.8.0 that apparently introduced some breaking changes.
```
Traceback (most recent call last):
File "/usr/local/bin/tox", line 11, in
sys…
-
I get a bunch of these warnings when running the tests.
```
.tox/integration/lib/python3.8/site-packages/pytest_asyncio/plugin.py:191
/home/pietro/canonical/charm-prometheus-node-exporter/.tox/…
-
![image](https://github.com/user-attachments/assets/90979bb3-8053-4d24-8e65-812c58614e22)
i need help with this problem please. I use Windows 11 and TouchDesigner version 2023.11880 web Installer
-
@tlambert03 I found this line through code search after @Czaki's [post on Zulip](https://napari.zulipchat.com/#narrow/stream/212875-general/topic/lfs/near/274375033):
https://github.com/tlambert03/…
-
First of all, thank you for this great tool! Really appreciate your hard work 👍
## Issue
I'm running tox to test https://github.com/EmilStenstrom/django-components/ (public project). Locally I …
-
A tox plugin would be really great to find python version compatibility problems fast.
Although I'm not sure how relevant it is going to be in a few years while services like travis continue to improv…
-
```
File "/home/bdauvergne/.tmp/tox-bdauvergne/passerelle/py3-django22-xmlschema14-codestyle-coverage/lib/python3.9/site-packages/pytest_httpbin/plugin.py", line 3, in
from httpbin import app…
-
The generated manpage is the entirety of tox's documentation. It's currently at ~6000 lines of groff text, including the entire changelog. We are currently shipping it in Debian, but it's clearly not …