Skip to content

Commit

Permalink
Add plone.exportimport to the test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Feb 27, 2025
1 parent e824a74 commit 7b1fd88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ dependencies = [

[project.optional-dependencies]
test = [
"zest.releaser[recommended]",
"zestreleaser.towncrier",
"plone.app.testing",
"plone.exportimport",
"plone.restapi[test]",
"pytest",
"pytest-cov",
"pytest-plone>=0.5.0",
"pytest",
"zest.releaser[recommended]",
"zestreleaser.towncrier",
]

[project.urls]
Expand Down

0 comments on commit 7b1fd88

Please sign in to comment.