-
Putting Tox into Telepathy would make it part of every GNU/Linux default installation, dramatically expanding the number of users who can be contacted and increasing the Metcalfe value of the Tox netw…
-
If an environment fails the test run, I think it would be nice to have support for automatically retrying the test environment.
Brute force would be simply to retry (with a parameter for the number…
-
I got the following compilation error:
```
┌──(user㉿host)-[~/Downloads/tox_decoder/src]
└─$ make …
-
## Issue
It looks as if when using a Debian-supplied `python3` interpreter, you must have additional OS packages installed as well, these being at least `python3-venv`. Cannot tox simply use `virt…
0cjs updated
8 months ago
-
## Issue
Tox is failing to read config file pyproject.toml even though it is a valid TOML file.
## Environment
Provide at least:
- OS: Ubuntu 22.04.1 LTS on WSL2
Output of pip list of…
-
FYI, there have been various discussions in pylib recently on how to finally get rid of it (it's been in maintenance mode for a while):
- https://github.com/pytest-dev/py/issues/287 (the original s…
-
`multiprocessing.cpu_count()` uses `int(os.environ['NUMBER_OF_PROCESSORS'])` to get the number of CPUs. I guess this does not work as tox cleans all the environment variables. Thus I suggest using ano…
-
**Describe the bug**
If you have a config like this...
```
[gh-actions]
python =
3.10.8: py3108
3.10: py310
```
...and your GitHub Actions configuration installs 3.10.8, this plu…
-
> Ah, interesting. I had started a draft and got a segfault there. It happens pretty reliably on my machine, but with a different stack trace:
>
> ```
> py38-pyqt515-cov installed: apipkg==1.5,attr…
-
Hi,
I'm thinking about if it would make more sense to not set the Python version (`--python`) for the `ansible-test sanity` command as this is leading to the fact that the import and compile check …