Skip to content

Conversation

plasmax
Copy link
Owner

@plasmax plasmax commented Sep 3, 2025

Summary

  • add closure-based helpers to unwrap nested decorators
  • use new unwrapping logic in print_source to show original source for decorated callables

Testing

  • pytest (fails: No Qt binding were found; ModuleNotFoundError: No module named 'pytestqt')

https://chatgpt.com/codex/tasks/task_e_68b70ce56bdc832da8cb63feb7fec567

@plasmax
Copy link
Owner Author

plasmax commented Sep 3, 2025

@codex could you check why the build failed?

Copy link

Summary

  • The test suite fails during collection because the code imports Qt modules from PySide2 and PySide, neither of which are installed in the environment

Testing

  • ⚠️ pytest – Tests error out: “ModuleNotFoundError: No module named 'PySide2'” and “No module named 'PySide'”

Notes

  • PySide2==5.15.2 (required by the project) is not available for Python 3.11. You may need to install a supported Qt binding (e.g., PyQt5) or adjust the code/tests to work with an alternative.

View task →

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant