Skip to content

Commit

Permalink
Update Cython to the latest prior 3.0 version and remove tracing from…
Browse files Browse the repository at this point in the history
… CI/CD
  • Loading branch information
rmk135 committed Jun 5, 2024
1 parent 20c61ec commit 8f3f480
Show file tree
Hide file tree
Showing 5 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Run tests with coverage
runs-on: ubuntu-latest
env:
DEPENDENCY_INJECTOR_DEBUG_MODE: 1
DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython==0.29.36
cython==0.29.37
pytest
pytest-asyncio
tox
Expand Down
Loading

0 comments on commit 8f3f480

Please sign in to comment.