Skip to content

v0.15.7

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 01:28
· 15 commits to main since this release
v0.15.7
e1eaaef

PyPI package: https://pypi.org/project/python-redux/0.15.7

Changes:

  • refactor(test-snapshot): make it aligned with pyfakefs by using try/except
    instead of checking Path().exists() as pyfakefs doesn't seem to respect skip_names
    for Path().exists()