Closed toan-quach closed 11 months ago
@gmarabout no worry!! I'll merge it once the tests passed :D
current status: ✅
Overall Coverage
Lines Covered Coverage Threshold Status 8716 8257 95% 85% 🟢 New Files
No new covered files...
Modified Files
File Coverage Status src/taipy/core/sequence/_sequence_manager.py 94% 🟢 TOTAL 94% 🟢 updated for commit:
d93917d
by action🐍
Issue
The tests in enterprise repo are failing due to unable to import
from src.taipy.core.notification.event import _make_event
. https://github.com/Avaiga/taipy-enterprise/actions/runs/6958399104/job/18933316373?pr=267Change
Due to the structure of our dependencies, relative import is preferred as absolute import doesn't work. This PR provides a simple fix to the issue by replacing absolute import with relative import