Skip to content

Commit

Permalink
fix constraints in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Nov 30, 2024
1 parent f3a6293 commit 1be3757
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend_addon/{{ cookiecutter.__folder_name }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ deps =
pytest-plone
pytest
coverage
-c https://dist.plone.org/release/6.0-dev/constraints.txt
-c https://dist.plone.org/release/{{ cookiecutter.plone_version }}/constraints.txt

commands =
coverage run --source {{ cookiecutter.python_package_name }} -m pytest {posargs} --disable-warnings {toxinidir}/tests
Expand All @@ -164,7 +164,7 @@ deps =
twine
build
towncrier
-c https://dist.plone.org/release/6.0-dev/constraints.txt
-c https://dist.plone.org/release/{{ cookiecutter.plone_version }}/constraints.txt

commands =
# fake version to not have to install the package
Expand Down Expand Up @@ -192,7 +192,7 @@ allowlist_externals =
deps =
pipdeptree
pipforester
-c https://dist.plone.org/release/6.0-dev/constraints.txt
-c https://dist.plone.org/release/{{ cookiecutter.plone_version }}/constraints.txt

commands =
# Generate the full dependency tree
Expand Down

0 comments on commit 1be3757

Please sign in to comment.