Skip to content

Commit

Permalink
Added setuptools as explicit dependency to fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscarrollsmith committed Apr 23, 2024
1 parent 77a6711 commit e8a11f8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: snok/install-poetry@v1
- name: Build and install project
run: |
poetry build
poetry cache clear --all .
poetry install
- name: Run tests with pytest
run: |
Expand Down
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ pytest = "^7.2.2"
pytest-runner = "^6.0.0"
black = "^23.3.0"
pytest-mock = "^3.10.0"
setuptools = "^69.5.1"

[build-system]
requires = ["poetry-core"]
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit e8a11f8

Please sign in to comment.