Skip to content

Commit

Permalink
Add pytest to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 20, 2024
1 parent 21eaeef commit 207ed7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 flake8-import-order
pip install -e .
pip install -e ".[test]"
- name: Run flake8
run: |
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ dependencies = [
[project.optional-dependencies]
dev = [
"dagster-webserver",
]

test = [
"pytest",
"pytest-mock",
]
Expand Down

0 comments on commit 207ed7b

Please sign in to comment.