forked from pytest-dev/pytest-asyncio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of deprecated ::set-output GitHub command (pytest-dev#466)
* [ci] Remove use of deprecated ::set-output GitHub command. The ::set-output command has been deprecated in favor of redirecting the output to a file. [0] This patch adjusts get-version.py to the new output syntax and silences tox output to avoid writing excess information to the file. [0] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Closes pytest-dev#429 Signed-off-by: Michael Seifert <[email protected]> * [ci] Invoke get-version script directly, instead of starting it in a tox environment. This requires pytest-asyncio being installed. Signed-off-by: Michael Seifert <[email protected]> * [refactor] Removed obsolete "version-info" tox environment. Signed-off-by: Michael Seifert <[email protected]> Signed-off-by: Michael Seifert <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
10 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
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