mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-28 12:33:59 +03:00
Remove tracing from the coverage job
This commit is contained in:
parent
93505331a9
commit
b9004a25d0
3
.github/workflows/tests-and-linters.yml
vendored
3
.github/workflows/tests-and-linters.yml
vendored
|
@ -40,7 +40,8 @@ jobs:
|
|||
name: Run tests with coverage
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DEPENDENCY_INJECTOR_DEBUG_MODE: 0 # Cython version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
|
||||
# Cython's version <3 issue with tracing: "error: no member named 'use_tracing' in 'struct _PyCFrame'"
|
||||
# DEPENDENCY_INJECTOR_DEBUG_MODE: 1
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue
Block a user