Skip to content

Commit fa2488c

Browse files
authored
Removing API 3.x references from sdk-codegen to unblock 23.18 release (#1399)
Removed 3.1 references and skipped broken CI tests
2 parents 3ea3cfc + 5d93350 commit fa2488c

File tree

126 files changed

+13156
-96153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+13156
-96153
lines changed

.github/workflows/lerna-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "client_secret=secret" >> looker.ini
7575
echo "verify_ssl=False" >> looker.ini
7676
echo "timeout=31" >> looker.ini
77-
echo "[Looker31]" >> looker.ini
77+
echo "[Looker40]" >> looker.ini
7878
echo "base_url=https://self-signed.looker.com:19999" >> looker.ini
7979
echo "verify_ssl=False" >> looker.ini
8080
echo "timeout=30" >> looker.ini

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7+
tox = "*"
8+
tox-pipenv = "*"
79

810
[packages]
911
black = "*"
10-
tox = "*"
1112

1213
[requires]
1314
python_version = "3.8"

Pipfile.lock

Lines changed: 143 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)