Skip to content

Commit

Permalink
Add pytest fixture hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuh25 committed Mar 9, 2024
1 parent 5ac6826 commit 73f1615
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Hieu Nguyen <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.8,<3.10"
pyramid = "2.0"
tet = "0.4.0.dev1"
waitress = "2.1.2"
Expand All @@ -25,3 +25,6 @@ pytest = "^8.1.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.plugins]
pytest11 = { tetkit_fixtures = "tetkit.testing.fixtures" }

0 comments on commit 73f1615

Please sign in to comment.