syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
525 stars 102 forks source link

Use importlib (Python 3.12 compatible) #173

Open Kilo59 opened 3 months ago

Kilo59 commented 3 months ago

Replace imp usage with importlib imp has been removed in Python 3.12 so this should make this package compatible.

Tests all pass locally on Python 3.12.

RobinTail commented 3 months ago

Fixes #166

jeremyk commented 19 hours ago

Any update on this? Would be really nice to get it merged.