Skip to content

Commit

Permalink
Fixed plone tox environment when using latest tox 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Dec 15, 2022
1 parent 230c466 commit d8b5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -32,7 +32,7 @@ commands_pre =
# Install Plone and explicitly the single package that uses icalendar, plus the test runner.
pip install Plone plone.app.event[test] zope.testrunner -c https://dist.plone.org/release/6.0-dev/constraints.txt
# Install the dev version of the package, mostly so we can safely point to the path with the tests.
pip install -e "git+https://github.com/plone/plone.app.event.git#egg=plone.app.event"
pip install -e "git+https://github.com/plone/plone.app.event.git\#egg=plone.app.event"
# icalendar is pinned in the constraints, but we want the current dev version.
pip install -e {toxinidir}
commands =
Expand Down

0 comments on commit d8b5e34

Please sign in to comment.