-
-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Rename 'py' to 'pytest' in GHA to avoid confusion (#749)
When you see `py` in tests it not clear what exactly going on. Until now I thought that it represents "python", but actually this part run `pytest` ![image](https://github.com/user-attachments/assets/a7f5aeef-a4ab-4d18-a793-834f0b3c5ce9) So, for avoiding confusion and add ability to explicitly specify `tox r -e pytest`, this PR was made
- Loading branch information
1 parent
5181957
commit e251eb2
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -452,7 +452,7 @@ jobs: | |
- macos-13 | ||
- windows-2025 | ||
toxenv: | ||
- py | ||
- pytest | ||
xfail: | ||
- false | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters