From 346ee46b52caddf4a031c5f307488b9e77d3dff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Mon, 27 Feb 2023 22:27:26 +0100 Subject: [PATCH] Bundle the `requirements-tests.txt` file in the source distribution Fixes #939. --- MANIFEST.in | 1 + changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 12f68ecc4..d8e2bf1df 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,7 @@ include docs/*.txt include docs/*.xml include docs/Makefile include docs/make.bat +include requirements-tests.txt recursive-include docs/source * recursive-include tests *.py #global-exclude .DS_Store diff --git a/changelog.rst b/changelog.rst index 2246cfb69..96644736e 100644 --- a/changelog.rst +++ b/changelog.rst @@ -9,6 +9,7 @@ Changelog 2023-xx-xx • `full history `__ - Run ``black`` on the entire source code +- Bundle the ``requirements-tests.txt`` file in the source distribution (`#939 `__) - [watchmedo] Exclude ``FileOpenedEvent`` events from ``AutoRestartTrick``, and ``ShellCommandTrick``, to restore watchdog < 2.3.0 behavior. A better solution should be found in the future. (`#949 `__) - [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``, events in ``LoggerTrick`` - Thanks to our beloved contributors: @BoboTiG