From dc4390bfb88a70fb01bd45358b7281e6cf16559d Mon Sep 17 00:00:00 2001 From: Joel Ray Holveck Date: Wed, 22 Apr 2026 16:50:30 -0700 Subject: [PATCH] Fix test_sdist for the changelog->history rename --- src/tests/test_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/test_setup.py b/src/tests/test_setup.py index fe6f7ea6..cb629d16 100644 --- a/src/tests/test_setup.py +++ b/src/tests/test_setup.py @@ -43,7 +43,6 @@ def test_sdist() -> None: f"mss-{__version__}/PKG-INFO", f"mss-{__version__}/README.md", f"mss-{__version__}/docs/source/api.rst", - f"mss-{__version__}/docs/source/changelog.rst", f"mss-{__version__}/docs/source/conf.py", f"mss-{__version__}/docs/source/developers.rst", f"mss-{__version__}/docs/source/examples.rst", @@ -59,6 +58,7 @@ def test_sdist() -> None: f"mss-{__version__}/docs/source/examples/part_of_screen_monitor_2.py", f"mss-{__version__}/docs/source/examples/pil.py", f"mss-{__version__}/docs/source/examples/pil_pixels.py", + f"mss-{__version__}/docs/source/history.rst", f"mss-{__version__}/docs/source/index.rst", f"mss-{__version__}/docs/source/installation.rst", *[f"mss-{__version__}/docs/source/release-history/{changelog.name}" for changelog in changelogs],