Skip to content

Commit 5c49740

Browse files
committed
chore: Rename 'py' to 'pytest' in GHA to avoid confusion
1 parent 900829c commit 5c49740

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
- macos-13
453453
- windows-2025
454454
toxenv:
455-
- py
455+
- pytest
456456
xfail:
457457
- false
458458

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ set_env =
104104
COVERAGE_PROCESS_START = {toxinidir}{/}.coveragerc
105105
wheel_build_env = .pkg
106106

107+
# Duplicate default 'py' env to 'pytest' to be able run pytest with 'tox run -e pytest'
108+
[testenv:pytest]
109+
107110

108111
[testenv:cleanup-dists]
109112
description =

0 commit comments

Comments
 (0)