v1.9.5: Align version with abx-pkg and improve test diagnostics
What's Changed
Version alignment
- Bumped version to
1.9.5to alignabx-pluginswith theabx-pkg>=1.9.5dependency, establishing a unified versioning scheme across the ArchiveBox plugin ecosystem.
Test improvements
- Improved Chrome runtime fixture error reporting — the
require_chrome_runtimefixture now logs errors vialogging.error()before callingpytest.fail(), and setspytrace=Falsefor cleaner test output when Chrome prerequisites are unavailable.
Dependencies
- Updated
abx-pkgminimum version from>=0.7.0to>=1.9.5
Full Changelog: v0.10.2...v1.9.5