Fixed plone tox environment when using latest tox 4.

pull/501/head
Maurits van Rees 2022-12-15 22:05:42 +01:00
rodzic 230c466b25
commit d8b5e34176
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: AAEC1E5318E6FCCE
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 =