pytest-cython
pytest-cython copied to clipboard
A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/lgpage/pytest-cython). ## Open The following updates have all...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | pypa/gh-action-pypi-publish | action | digest | `3fbcf7c` -> `3317ede` | --- ### Configuration...
Thanks for providing the package. It was just what I needed, and it "just worked"! Similar to #3, running `pytest --doctest-cython` works, but gives the following warning: ``` /python3.10/site-packages/_pytest/nodes.py:140 /python3.10/site-packages/_pytest/nodes.py:140:...
**Is your feature request related to a problem? Please describe.** Currently, it is required that the cython files are built before running the pytests in such a way that the...
**Describe the bug** I see the following warning: `initialized: 5/8 workers/Users/sturm/miniforge3/envs/logic1_dev/lib/python3.12/site-packages/pytest_cython/__init__.py:2: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release...