pyvider-hcl 2026-03-21
Migrated memray infrastructure to shared wrknv.memray module
8 files · 309+ · 195-

Migrated memray conftest to shared module

4 files changed
  • conftest.py Replaced 166-line local conftest with 8-line import from wrknv.memray shared module
  • test_pretty_print_memory.py Updated to use shared wrknv.memray fixtures and test patterns
  • test_resource_factory_memory.py Updated to use shared wrknv.memray fixtures and test patterns
  • test_type_parsing_memory.py Updated to use shared wrknv.memray fixtures and test patterns
  • Replaced local 166-line conftest.py with 8-line stub importing from wrknv.memray shared module baseline behavioral
    1 file
    • conftest.py
  • Updated all three memray test files to use shared fixtures and test patterns baseline internal
    3 files
    • test_pretty_print_memory.py
    • test_resource_factory_memory.py
    • test_type_parsing_memory.py

Bumped version and pinned dependencies

3 files changed
  • VERSION Bumped from 0.3.0 to 0.3.21
  • pyproject.toml Pinned provide-foundation>=0.3.21, excluded memray tests from default run, added wrknv dev dependency
  • uv.lock Updated lock file with new dependency versions
  • Bumped version from 0.3.0 to 0.3.21 baseline behavioral
    1 file
    • VERSION
  • Pinned provide-foundation>=0.3.21 and added wrknv as a dev dependency baseline internal
    1 file
    • pyproject.toml
  • Excluded tests/memray from default pytest run via norecursedirs and added not memray to default addopts qualify internal
    1 file
    • pyproject.toml

Added .actrc to gitignore

1 file changed
  • .gitignore Added .actrc to gitignore (local act CI config)
  • Added .actrc to .gitignore for local act CI configuration baseline internal
    1 file
    • .gitignore