-
In this run:
https://github.com/openmeeg/openmeeg/actions/runs/7700673043/job/20985097864?pr=631#step:6:8200
You can see the 3.7 wheel work during testing (which uses 7.4.4), but fail in 3.8 tes…
-
### Bug description
```python
Failure in test suite with astroid 3.1.0,
pipeline output here: https://gitlab.alpinelinux.org/alpine/aports/-/jobs/1329826
```
### Configuration
_No resp…
-
Re-use some of the fixtures (e.g., `RPM_UNSIGNED_FIXTURE_URL` repositories) between tests by grouping them into a class. This should reduce the number of syncs required for each test to pass because r…
-
```
=========================================================================================== ERRORS ===========================================================================================
___…
-
`anyio` creates an event loop during the fixture, and that loop will be reused/kept alive until the fixture is cleaned up (see https://anyio.readthedocs.io/en/stable/testing.html#technical-details). T…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
This is more an idea / question how hard it would be.
While `pytest` ensures stable fixture order, it's made with synchronous fixtures in mind.
`pytest-asyncio` on the other hand allows for asyn…
-
On 1450f6fef8c58883830ee5c5eed638c7c9fef291
```
# sudo docker run bubblesub
============================= test session starts ==============================
platform linux -- Python 3.10.4, pytest…
-
This is related to #532. This should:
1. Move from coverage to `pytest-cov` for better feature support.
2. Restrict coverage reports to unit testing based suites, and excluding integration testing…
-
I want to use pytest-flask-sqlalchemy with fixtures with `scope='module'`
For example i have creating user:
```python
@pytest.fixture(scope='module')
def user(db_session):
user = User(
user…