Skip to content

Commit

Permalink
Enable onepassword library in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Aug 25, 2024
1 parent feac6a7 commit e320c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ setup_requires =
setuptools >= 30.3.0
packages =
plover_1password
plover_1password.service_account
plover_1password.secret
plover_1password.service_account

[options.entry_points]
plover.extension =
Expand Down
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

from setuptools import setup

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

0 comments on commit e320c08

Please sign in to comment.