File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.5.1.dev2",
7- "regenerated": "2022-01-14 14:40:13.027112 ",
8- "spec_repo_commit": "f03f589 "
7+ "regenerated": "2022-01-17 16:12:44.572048 ",
8+ "spec_repo_commit": "d58d627 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.5.1.dev2",
12- "regenerated": "2022-01-14 14:40:13.494804 ",
13- "spec_repo_commit": "f03f589 "
12+ "regenerated": "2022-01-17 16:12:45.007659 ",
13+ "spec_repo_commit": "d58d627 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change 11name : Run Tests
22
3+ env :
4+ GIT_AUTHOR_EMAIL : " packages@datadoghq.com"
5+ GIT_AUTHOR_NAME : " ci.datadog-api-spec"
6+
37on :
48 pull_request :
59 branches :
1519 if : >
1620 github.event.pull_request.draft == false &&
1721 !contains(github.event.pull_request.labels.*.name, 'ci/skip') &&
18- !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/') &&
19- !contains(github.event.pull_request.head.ref, 'datadog-api-spec/generated/')
22+ !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')
2023 steps :
2124 - name : Get GitHub App token
2225 id : get_token
Original file line number Diff line number Diff line change @@ -113,7 +113,6 @@ the API methods will then return coroutines that you can wait for.
113113
114114To make async support available, you need to install the extra ` async ` qualifiers during installation: ` pip install datadog-api-client[async] ` .
115115
116-
117116``` python
118117import asyncio
119118
@@ -148,4 +147,3 @@ configuration.api_key["appKeyAuth"] = "YOUR_APPLICATION_KEY"
148147## Author
149148
150149support@datadoghq.com
151-
You can’t perform that action at this time.
0 commit comments