Pytest causes exception Runtime "dictionary changed size during iteration" #121021

Open
opened 2024-04-24 13:49:11 +02:00 by Alexis-19 · 2 comments

System Information
Operating system: WSL 2.1.5.0 - Ubuntu 20.04.6 LTS
Graphics card: NVIDIA GeForce RTX 3070 Laptop GPU

Blender Version
Broken: bpy 4.1.0
Worked: ?

Short description of error
If bpy is imported while running python unit tests with pytests, a Runtime exception will be raised but ignored in the atexit callback of pytest.

This error is related to #111649 but the fix doesn't seem to work in the context of pytest.

Exact steps for others to reproduce the error
To reproduce this error you just need a file that imports bpy. Here for example a file named test.py.

#test.py
import bpy

Then run the following command to execute the tests contained in test.py. (You can install pytest with pip install pytest)
python -m pytest test.py

The command output should look like that.

python -m pytest test.py
=========================================== test session starts ============================================
platform linux -- Python 3.11.6, pytest-6.2.5, py-1.11.0, pluggy-1.5.0
rootdir: /...
plugins: forked-1.6.0, xdist-2.5.0, anyio-4.3.0, cov-2.12.1, dash-2.16.1
collected 0 items                                                                                          

========================================== no tests ran in 0.47s ===========================================
Exception ignored in atexit callback: <function disable_all at 0x7f8e689f2700>
Traceback (most recent call last):
  File "/root/.../python3.11/site-packages/bpy/4.1/scripts/modules/addon_utils.py", line 564, in disable_all
    addon_modules = [
                    ^
  File "/root/.../python3.11/site-packages/bpy/4.1/scripts/modules/addon_utils.py", line 564, in <listcomp>
    addon_modules = [
                    ^
RuntimeError: dictionary changed size during iteration

The tests are working properly, but the exception is raised in what seems to be the exit handler of the pytest module.

**System Information** Operating system: WSL 2.1.5.0 - Ubuntu 20.04.6 LTS Graphics card: NVIDIA GeForce RTX 3070 Laptop GPU **Blender Version** Broken: bpy 4.1.0 Worked: ? **Short description of error** If bpy is imported while running python unit tests with pytests, a Runtime exception will be raised but ignored in the atexit callback of pytest. This error is related to #111649 but the fix doesn't seem to work in the context of pytest. **Exact steps for others to reproduce the error** To reproduce this error you just need a file that imports `bpy`. Here for example a file named `test.py`. ``` #test.py import bpy ``` Then run the following command to execute the tests contained in test.py. (You can install pytest with `pip install pytest`) `python -m pytest test.py` The command output should look like that. ``` python -m pytest test.py =========================================== test session starts ============================================ platform linux -- Python 3.11.6, pytest-6.2.5, py-1.11.0, pluggy-1.5.0 rootdir: /... plugins: forked-1.6.0, xdist-2.5.0, anyio-4.3.0, cov-2.12.1, dash-2.16.1 collected 0 items ========================================== no tests ran in 0.47s =========================================== Exception ignored in atexit callback: <function disable_all at 0x7f8e689f2700> Traceback (most recent call last): File "/root/.../python3.11/site-packages/bpy/4.1/scripts/modules/addon_utils.py", line 564, in disable_all addon_modules = [ ^ File "/root/.../python3.11/site-packages/bpy/4.1/scripts/modules/addon_utils.py", line 564, in <listcomp> addon_modules = [ ^ RuntimeError: dictionary changed size during iteration ``` The tests are working properly, but the exception is raised in what seems to be the exit handler of the pytest module.
Alexis-19 added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-04-24 13:49:11 +02:00
Author

I tried to copy the modules dictionnary in the disable_all() function in addon_utils.py. The exception is not showing anymore but I not sure the function behavior is preserved.

37d87e89bc

I tried to copy the modules dictionnary in the `disable_all()` function in `addon_utils.py`. The exception is not showing anymore but I not sure the function behavior is preserved. https://projects.blender.org/blender/blender/commit/37d87e89bc691aa2567adf07d09a11554ebe0693
YimingWu added
Module
Python API
Status
Confirmed
and removed
Status
Needs Triage
labels 2024-04-25 03:52:23 +02:00
Member

I guess pytest is also accessing and modifying sys.modules. I think your patch is a reasonable fix actually. Assigned bpy module for devs to take a look. Thanks for reporting!

I guess `pytest` is also accessing and modifying `sys.modules`. I think your patch is a reasonable fix actually. Assigned bpy module for devs to take a look. Thanks for reporting!
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#121021
No description provided.