Skip to content

Commit

Permalink
Remove Python SDK from test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Aug 25, 2024
1 parent b642e2a commit f20f2ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
pip install pytest pytest-mock pytest-asyncio pylint mypy coverage
pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1
pip install -e ".[test]"
- name: Run Linter
run: pylint plover_1password
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run: |
pip install pytest pytest-mock pytest-asyncio pylint mypy coverage
pip install git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1
pip install -e ".[test]"
- name: Run Linter
run: pylint plover_1password
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

from setuptools import setup

setup(
extras_require = {
"test": ["onepassword @ git+ssh://git@github.com/1Password/onepassword-sdk-python.git@v0.1.1"]
}
)
setup()

0 comments on commit f20f2ac

Please sign in to comment.