Skip to content

Commit 8f3f480

Browse files
committed
Update Cython to the latest prior 3.0 version and remove tracing from CI/CD
1 parent 20c61ec commit 8f3f480

File tree

5 files changed

+161
-161
lines changed

5 files changed

+161
-161
lines changed

.github/workflows/tests-and-linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: Run tests with coverage
4141
runs-on: ubuntu-latest
4242
env:
43-
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
43+
DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
4444
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
steps:

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.36
1+
cython==0.29.37
22
pytest
33
pytest-asyncio
44
tox

0 commit comments

Comments
 (0)