Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

bug/ fixed import path broke enterprise repo import #830

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

toan-quach
Copy link
Member

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

Change

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

Copy link
Contributor

@gmarabout gmarabout left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Sorry about that mistake!

@toan-quach
Copy link
Member Author

@gmarabout no worry!! I'll merge it once the tests passed :D

Copy link

☂️ Python Cov

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🐍

@toan-quach toan-quach merged commit 56ec3e4 into develop Nov 22, 2023
39 of 42 checks passed
@toan-quach toan-quach deleted the bug/inmport-path-broke-in-other-dependencies branch November 22, 2023 15:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants