-
Notifications
You must be signed in to change notification settings - Fork 1
Tox Tests Failing Due to Integration of Volatility Submodule #54
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
Comments
The use of the I can change my PR to implement this if you want, it will be much more cleaner, but I need to know your thoughts:
|
Hi @YannMagnin, Thanks for your PR #50 and for the thoughtful suggestions. After considering the options, I believe it's best to maintain simplicity and stability in our project by sticking with the standard Volatility package from PyPi. Here are some key points: Pros of Using the Standard Package:
Cons:
Given these points, I’m considering reverting to the previous setup where we used the Volatility3 package directly in the I’d like to get your opinion on this approach. Do you think it would be a better solution to go back to using the package directly, or do you have other thoughts on how we should proceed? Thanks again for your contribution! |
Hi @YannMagnin, I wanted to let you know that the issue has been resolved in my latest PR. I’ve implemented the changes we discussed:
This should streamline the installation and maintenance process while reducing potential issues with updates. I will be closing your PR as well as this issue, given that the necessary changes have been made. Thanks again for your initial suggestions and contributions! Best regards |
Description:
Since the latest changes, the tests using Tox are no longer functioning. The issue appears to be caused by the integration of the Volatility submodule.
Steps to Reproduce:
Current Behavior:
The tests fail after integrating the Volatility submodule.
Expected Behavior:
The tests should run successfully without any errors.
The text was updated successfully, but these errors were encountered: