Skip to content

Commit

Permalink
Fix tox: use constrain_package_deps=true.
Browse files Browse the repository at this point in the history
Available since tox 4.4.0.
See #162 (comment)
  • Loading branch information
mauritsvanrees committed Mar 22, 2023
1 parent bbca022 commit 3bddf0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
[tox]
# We need 4.4.0 for constrain_package_deps.
min_version = 4.4.0
envlist =
format
lint
Expand Down Expand Up @@ -41,6 +43,7 @@ commands =

[testenv:test]
usedevelop = true
constrain_package_deps = true
deps =
zope.testrunner
-c https://dist.plone.org/release/6.0-dev/constraints.txt
Expand Down

0 comments on commit 3bddf0c

Please sign in to comment.