File tree 1 file changed +15
-0
lines changed 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,11 @@ jobs:
293
293
CIBW_PRERELEASE_PYTHONS : ' True'
294
294
CIBW_TEST_REQUIRES : pytest setuptools # 3.12+ no longer includes distutils, just always ensure setuptools is present
295
295
CIBW_TEST_COMMAND : PYTHONUNBUFFERED=1 python -m pytest ${{ matrix.test_args || '{project}' }} # default to test all
296
+ COLOR : yes
297
+ FORCE_COLOR : 1
298
+ MYPY_FORCE_COLOR : 1
299
+ PRE_COMMIT_COLOR : always
300
+ PY_COLORS : 1
296
301
with :
297
302
package-dir : >-
298
303
${{ steps.fetch_sdist.outputs.download-path
@@ -409,7 +414,12 @@ jobs:
409
414
CIBW_PRERELEASE_PYTHONS : ' True'
410
415
CIBW_TEST_REQUIRES : pytest setuptools
411
416
CIBW_TEST_COMMAND : pip install pip --upgrade; cd {project}; PYTHONUNBUFFERED=1 pytest
417
+ COLOR : yes
418
+ FORCE_COLOR : 1
412
419
MACOSX_DEPLOYMENT_TARGET : ${{ matrix.deployment_target || '10.9' }}
420
+ MYPY_FORCE_COLOR : 1
421
+ PRE_COMMIT_COLOR : always
422
+ PY_COLORS : 1
413
423
SDKROOT : ${{ matrix.sdkroot || 'macosx' }}
414
424
with :
415
425
package-dir : >-
@@ -501,6 +511,11 @@ jobs:
501
511
CIBW_TEST_COMMAND : ' python -m pytest {package}/src/c'
502
512
# FIXME: /testing takes ~45min on Windows and has some failures...
503
513
# CIBW_TEST_COMMAND='python -m pytest {package}/src/c {project}/testing'
514
+ COLOR : yes
515
+ FORCE_COLOR : 1
516
+ MYPY_FORCE_COLOR : 1
517
+ PRE_COMMIT_COLOR : always
518
+ PY_COLORS : 1
504
519
with :
505
520
package-dir : >-
506
521
${{ steps.fetch_sdist.outputs.download-path
You can’t perform that action at this time.
0 commit comments