-
**Describe the bug**
`ti test -Cvr2 -t2` in the CI scripts do longer works with `pytest 6.1.0`.
**To Reproduce**
Run ` ti test -Cvr2 -t2` with `pytest 6.1.0`
**Log/Screenshots**
```
…
-
Hi,
While trying to invoke pytest in a thread with labgrid plugin in use
RuntimeError is raised.
Maybe the exeption should be catched in the module?
Example code:
```python
from threading im…
-
### Bug Description
See this CI run on my fork of PyO3: https://github.com/ngoldbaum/pyo3/actions/runs/11694025826/job/32566839238
Relevant part of the CI output:
```
nox > pytest
Fata…
-
### Flakiness Type
Assertion failure
### Name of Test
tests/integration/test_healthchecks.py::test_readiness_not_enough_memory_bytes
### Link to Test Run
https://github.com/getsentry/relay/action…
-
Tests fail when awaiting aioca coroutines:
```
Traceback (most recent call last):
File "/scratch/twj43146/Programming/PandABlocks-ioc-fork/.venv/lib/python3.10/site-packages/_pytest/runner.py", l…
-
support eth_call state override set as per https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-eth#3-object---state-override-set
-
Hello.
Tests test_multiprocessing_pool, test_multiprocessing_pool_terminate and test_multiprocessing_pool_close cause deadlock with Python 3.8a4.
I don't know whether it's related to #294 or not…
-
Here's my minimum test case:
```
$ pip freeze
py==1.4.31
pytest==3.0.3
```
Here's my test case:
```python
import pytest
@pytest.fixture(params=[3])
def a(request):
return 'a' …
-
[Live logs](https://docs.pytest.org/en/stable/logging.html#live-logs) says
>You can call set_log_path() to customize the log_file path dynamically. This functionality is considered experimental.
I…
-
### Describe the bug
We've started seeing an intermittent failure in the Linux Wayland Testbed suite.
For example, [this PR](https://github.com/beeware/toga/actions/runs/10984072432) took 6 attem…