Skip to content

Commit

Permalink
Merge pull request #86 from dapper91/test-workflow-fix
Browse files Browse the repository at this point in the history
- poetry test extra added in github test workflow.
  • Loading branch information
dapper91 authored Jul 5, 2022
2 parents 0dce043 + 871f249 commit 96ca7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install --no-root -E aiohttp -E flask -E httpx -E jsonschema -E pydantic -E requests \
-E docstring-parser -E werkzeug -E openapi-ui-bundles
poetry install --no-root -E test
- name: Run pre-commit hooks
run: poetry run pre-commit run --hook-stage merge-commit --all-files
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ openapi-ui-bundles = ['openapi-ui-bundles']
pydantic = ['pydantic']
requests = ['requests']
starlette = ['starlette', 'aiofiles']
test = ['docstring-parser', 'flask', 'jsonschema', 'openapi-ui-bundles', 'pydantic', 'werkzeug']
test = ['aiohttp', 'httpx', 'requests', 'docstring-parser', 'flask', 'jsonschema', 'openapi-ui-bundles', 'pydantic', 'werkzeug']
werkzeug = ['werkzeug']
docgen = ['sphinx', 'aiohttp', 'aio-pika', 'flask', 'jsonschema', 'pydantic', 'requests', 'kombu']

Expand Down

0 comments on commit 96ca7d2

Please sign in to comment.