Skip to content

Commit

Permalink
woke up externals
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Jan 20, 2024
1 parent d8ba04d commit 1baea28
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Ctl/requirements-test.txt

This file was deleted.

95 changes: 94 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ packages = [{ include = "tmpl", from = "src" }]
python = "^3.8"

[tool.poetry.dev-dependencies]
# templating engines shouldn't be hard deps
django = ">=1.6"
jinja2 = ">=2"

# testing
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ isolated_build = True


[testenv]
whitelist_externals = poetry
allowlist_externals = poetry
commands =
poetry install -v
poetry run pytest -vv --cov="{toxinidir}/src" --cov-report=term-missing --cov-report=xml tests/
Expand Down

0 comments on commit 1baea28

Please sign in to comment.