Skip to content

Commit

Permalink
[VAN-126440] Fixed tox requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-malikov_GIDT committed Sep 18, 2024
1 parent aaa56dd commit 3d5ae04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk-blueprints/python/api/templates/tox.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist = py38
[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
../{{corePackageName}}
../{{corePackageModule}}

commands=
pytest --cov={{{packageName}}}

0 comments on commit 3d5ae04

Please sign in to comment.