We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e2538 commit 98ae94fCopy full SHA for 98ae94f
.github/workflows/build.yml
@@ -687,3 +687,4 @@ jobs:
687
|| ''
688
}}
689
jobs: ${{ toJSON(needs) }}
690
+ traceback_timestamps: 'iso'
.github/workflows/reusable-macos.yml
@@ -14,6 +14,10 @@ on:
14
description: OS to run the job
15
required: true
16
type: string
17
+ traceback_timestamps:
18
+ description: Set to us|1|ns|iso to enable printing timestamps on exceptions in tracebacks (for feature coverage)
19
+ required: false
20
+ type: string
21
22
env:
23
FORCE_COLOR: 1
@@ -29,6 +33,7 @@ jobs:
29
33
HOMEBREW_NO_INSTALL_CLEANUP: 1
30
34
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: 1
31
35
PYTHONSTRICTEXTENSIONBUILD: 1
36
+ PYTHON_TRACEBACK_TIMESTAMPS: ${{ inputs.traceback_timestamps }}
32
37
TERM: linux
38
steps:
39
- uses: actions/checkout@v4
0 commit comments