-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Python environment and integration tests for Python extensions #300
Conversation
Todorbsc
commented
Jan 20, 2025
- Python environment is not being created with the required dependencies for the Tenet-Python extensions and Python integration tests cannot run properly
- Some Python integration tests gave errors when the environment issue was resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #300 +/- ##
===========================================
+ Coverage 0.04% 84.09% +84.04%
===========================================
Files 32 36 +4
Lines 2146 2364 +218
===========================================
+ Hits 1 1988 +1987
+ Misses 2145 376 -1769 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
everything good! thanks @Todorbsc!
remember to reenable all the other tests, and do a SQUASH MERGE