From 1e14db9b053262c6756cdb1db51fc542591e6e8a Mon Sep 17 00:00:00 2001 From: David Glick Date: Tue, 21 May 2024 10:41:38 -0700 Subject: [PATCH] fix --- pyproject.toml | 2 +- tests/conftest.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47ae659..59352e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -118,7 +118,7 @@ Zope = [ 'Products.CMFCore', 'Products.CMFDynamicViewFTI', ] python-dateutil = ['dateutil'] -ignore-packages = ['zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone'] +ignore-packages = ['zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'plone.app.iterate'] 'plone.app.testing' = ['plone.testing'] 'Products.CMFPlone' = ['Products.CMFCore', 'Products.GenericSetup'] diff --git a/tests/conftest.py b/tests/conftest.py index da5fe46..63cbe85 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,6 +4,7 @@ from plone.app.testing import SITE_OWNER_PASSWORD from plone.restapi.testing import RelativeSession from pytest_plone import fixtures_factory + import pytest