-
This is urgent due to ansible-core dropping support for python 2.7. This causes our `tox -e py27` unit test to fail:
```
ERROR: Could not find a version that satisfies the requirement ansible-core=…
richm updated
2 years ago
-
Whenever I run `tox -p all` for a project that uses `tox-docker` to start Docker containers, I get the following exception backtrace at the end of the run. This doesn't interfere with the run; all of …
-
Hello! Is this worker crash fully fixed in 2.1.0?
I am still having this problem using pytest-xdist==2.5.0 and pytest-timeout==2.1.0
env
```
plugins: html-3.1.1, parallel-0.1.1, metadata-1.11.0…
-
This happens rarely when the slave receives a signal. Doesn't seem to have anything to do with a specific test, but just randomly. It's possible that this is an interaction with pytest-timeout, which …
-
For example, make tests run against `3.7.3` instead of the latest `3.7.4`.
-
With the suggested format string in `setup.cfg` and the following `tox.ini`:
```
[testenv:flake8]
basepython = python3
skip_install = true
deps =
flake8
flake8-colors
flake8-docstr…
-
**What version of VS Code are you using?**
Version: 1.93.1 (Universal)
Commit: 38c31bc77e0dd6ae88a4e9cc93428cc27a56ba40
Date: 2024-09-11T17:20:05.685Z
Electron: 30.4.0
ElectronBuildId: 10073054…
-
I get this weird issue on Windows/PyPy5.7.1:
```
pypy-30-43 inst-nodeps: f:\projects\pytest-cov\.tox\dist\pytest-cov-2.5.0.zip
pypy-30-43 installed: apipkg==1.4,appdirs==1.4.3,cffi==1.10.0,colora…
-
The same error as reported before in closed #3357 still happens when running unit tests locally now with
pytest-cov==4.1.0
pytest-xdist==3.3.1
**To Reproduce**
Run unit tests
```
(.venv) % tox…
-
I believe there's a test that is not testing anything anymore.
The test was introduced in https://github.com/pytest-dev/pytest-timeout/pull/88, https://github.com/pytest-dev/pytest-timeout/commit/1a3…