Skip to content

Commit

Permalink
pyproject: add pytest to [tests] extra
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Mar 1, 2024
1 parent 4888f05 commit 29a49b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install
run: |
pip install --upgrade pip wheel
pip install -e .
pip install -e '.[tests]'
- name: run tests
timeout-minutes: 15
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ dependencies = [
"pydata_google_auth",
]

[project.optional-dependencies]
tests = ["pytest"]

[project.urls]
Source = "http://github.com/fsspec/gdrivefs"

Expand Down

0 comments on commit 29a49b0

Please sign in to comment.