Skip to content

Commit

Permalink
Fix unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
srwi committed Jan 28, 2024
1 parent fd75469 commit 9bfd2ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ packages = [{include = "mocksign", from = "src"}]
[tool.poetry.scripts]
mocksign = "mocksign.mocksign:main"

[tool.pytest.ini_options]
pythonpath = [
"src"
]
testpaths = [
"test"
]

[tool.poetry.dependencies]
python = "^3.8"
opencv-python = "4.9.0.80"
Expand Down

0 comments on commit 9bfd2ab

Please sign in to comment.