forked from envoyproxy/envoy
-
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.
tooling: Use updated pytooling deps (envoyproxy#19660)
The pytooling packages have been updated to remove all non-async runners/checkers, and to refactor some of the code. This has reduced code complexity/paths/lines/tests etc. This PR updates envoy-side to use the newer async-only pytooling packages, and updates the envoy tooling to use async or newer code paths as required/appropriate In order to make this work i had to readd pytest-asyncio to the envoy deps, as the tests are again testing async fun. I also had to add nested-asyncio in order for the test runner to be able to start/stop test loops, inside the checkers loop. Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
Showing
25 changed files
with
270 additions
and
380 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
api | ||
examples/grpc-bridge/script | ||
tools/clang_tools | ||
tools/dev/src |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.