Skip to content

Commit

Permalink
Try including tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed May 16, 2024
1 parent bd72925 commit c5cfb61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
install-project: "false"
python-version: "3.11"

- run: poetry run trial ./tests
- run: poetry run trial tests

run-unit-tests-olddeps:
name: Unit tests (old dependencies)
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ description = "Reference Push Gateway for Matrix Notifications"
authors = ["Matrix.org Team and Contributors <[email protected]>"]
readme = "README.md"
license = "Apache-2.0"
include = [
{ path = "tests", format = "sdist" },
]

[tool.poetry.dependencies]
python = "^3.8.0"
Expand Down

0 comments on commit c5cfb61

Please sign in to comment.