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.pyReplaced 166-line local conftest with 8-line import from wrknv.memray shared moduletest_pretty_print_memory.pyUpdated to use shared wrknv.memray fixtures and test patternstest_resource_factory_memory.pyUpdated to use shared wrknv.memray fixtures and test patternstest_type_parsing_memory.pyUpdated to use shared wrknv.memray fixtures and test patterns
- Replaced local 166-line conftest.py with 8-line stub importing from
wrknv.memrayshared module baseline behavioral1 file
conftest.py
- Updated all three memray test files to use shared fixtures and test patterns
baseline
internal
3 files
test_pretty_print_memory.pytest_resource_factory_memory.pytest_type_parsing_memory.py
Bumped version and pinned dependencies
3 files changed
VERSIONBumped from 0.3.0 to 0.3.21pyproject.tomlPinned provide-foundation>=0.3.21, excluded memray tests from default run, added wrknv dev dependencyuv.lockUpdated 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.21and addedwrknvas a dev dependency baseline internal1 file
pyproject.toml
- Excluded
tests/memrayfrom default pytest run via norecursedirs and addednot memrayto default addopts qualify internal1 file
pyproject.toml
Added .actrc to gitignore
1 file changed
.gitignoreAdded .actrc to gitignore (local act CI config)