Skip to content

Commit

Permalink
Remove secrets sdk from doc requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 3, 2023
1 parent 71cbbce commit ef8d0f6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Build keyring binary
run: maturin build
working-directory: src/secrets
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ build:
os: ubuntu-22.04
tools:
python: "3"
rust: "1.70"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sphinx_rtd_theme>=0.5.1
sphinxcontrib-spelling==5.4.0
-e ./src/core
-e ./src/secrets
-e ./src/zos_console
-e ./src/zos_files
-e ./src/zos_jobs
Expand Down
2 changes: 1 addition & 1 deletion src/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"pyyaml",
"requests",
"urllib3",
resolve_sdk_dep("secrets", "~=0.1.0"),
],
extras_require=[resolve_sdk_dep("secrets", "~=0.1.0")],
packages=find_namespace_packages(include=["zowe.*"]),
)

0 comments on commit ef8d0f6

Please sign in to comment.