Skip to content

Commit

Permalink
Verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Sep 26, 2023
1 parent 2b5b59d commit d113f8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beavers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from beavers.engine import Dag, Node, TimerManager

__version__ = "0.0.0"
__version__ = "0.2.0.post11.dev0+2b5b59d"
__all__ = ["Dag", "Node", "TimerManager"]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[tool.poetry]
name = "beavers"
version = "0.0.0"
version = "0.2.0.post11.dev0+2b5b59d"
description = "Python stream processing"
authors = ["Tradewell Tech <[email protected]>"]
maintainers = ["0x26res <[email protected]>"]
Expand Down Expand Up @@ -68,7 +68,7 @@ skip = [".gitignore"]
skips = ["B101", "B311"]

[tool.poetry-dynamic-versioning]
enable = true
enable = false

[tool.poetry-dynamic-versioning.substitution]
files = ["*/__init__.py"]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ envlist =
[testenv]
allowlist_externals = poetry
commands_pre =
poetry install --no-root --sync --extras pyarrow --extras confluent_kafka
poetry --verbose install --no-root --sync --extras pyarrow --extras confluent_kafka
changedir = {envtmpdir}
commands =
poetry run coverage run --source=beavers --rcfile={toxinidir}/pyproject.toml --branch -m pytest {toxinidir}/tests
Expand Down

0 comments on commit d113f8c

Please sign in to comment.