-
I'm trying to integrate Pylenium into an existing Pytest suite, and I don't want to copy the Pylenium `conftest.py` into our manually written `conftest.py`. But also in general, registering a Pytest p…
-
Hello.
I am trying to build and test meson-python with Python 3.14 in Fedora.
I see a strange Segmentation fault in test_local_lib. I can reproduce it on Fedora Rawhide (42), but not on Fedora 3…
-
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
### Here is what a user did:
He installed `openfisca-france (v167.1.0)` and an other country package (like `openfisca…
-
In the docs, under "reporting hooks" I see a couple of hooks that I would expect under "collection hooks":
- pytest_collectstart
- pytest_make_collect_report
- pytest_itemcollected
- pytest_collec…
-
# Requested Update
### Description
The current schema for sector files are tentative.
- The `area_definition` schema needs to be updated to better match the properties allowed by a pyresample Ar…
-
Is pytest-split compatible with pytest-testmon?
I want ro run all tests in groups (using pytest-split) and then use testmon to run only the affected tests inside those groups.
Testmon said no file…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected to happe…
-
Hi there! Appreciate the fantastic library.
I'm curious about whether we actually need `pytest.asyncio` as a dependency. Looks like that `aiohttp.pytest_plugin` supports coroutine executions on its…
-
having this code:
```
@pytest.mark.hookwrapper
def pytest_runtest_makereport(item, call):
outcome = yield
report = outcome.get_result()
print(report.when)
def test_foo():
ass…
gs202 updated
3 months ago