Skip to content

Commit

Permalink
update test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
aturret committed Nov 27, 2024
1 parent d4c84e8 commit 5162a38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,16 @@ asyncpraw = "^7.7.1"
html-telegraph-poster-v2 = "*"
fastfetchbot-telegram-bot = "*"

pytest = "^8.3.3"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
#html-telegraph-poster-v2 = { path = "../html-telegraph-poster-v2/" }
#fastfetchbot-telegram-bot = { path = "../FastFetchBot-Telegram-Bot/" }
black = "^23.3.0"
pytest = "^8.3.3"

pytest-asyncio = "^0.24.0"

[tool.poetry.extras]
windows = ["python-magic-bin"]

Expand Down

0 comments on commit 5162a38

Please sign in to comment.