Skip to content

Commit

Permalink
default script type changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pseusys committed Nov 10, 2023
1 parent e809853 commit 51645ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ jupyter = "1.0.0"



[tool.poe]
default_task_type = "script"

[tool.poe.tasks]
info = "scripts.misc:info"
lint = "scripts.codestyle:lint"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _test(coverage: bool, dependencies: bool) -> int:
"""
Run framework tests, located in `tests/` dir, using env defined in `.env_file`.
Please keep in mind that:
1. Skipping `telegram` tests is **always** allowed.
2. Enabling dependencies is effectively same as enabling docker
(docker containers **should** be running in that case).
Expand Down

0 comments on commit 51645ff

Please sign in to comment.