Skip to content

Commit 346ee46

Browse files
committed
Bundle the requirements-tests.txt file in the source distribution
Fixes gorakhargosh#939.
1 parent d38ab5a commit 346ee46

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ include docs/*.txt
1010
include docs/*.xml
1111
include docs/Makefile
1212
include docs/make.bat
13+
include requirements-tests.txt
1314
recursive-include docs/source *
1415
recursive-include tests *.py
1516
#global-exclude .DS_Store

changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Changelog
99
2023-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.3.0...HEAD>`__
1010

1111
- Run ``black`` on the entire source code
12+
- Bundle the ``requirements-tests.txt`` file in the source distribution (`#939 <https://github.com/gorakhargosh/watchdog/pull/939>`__)
1213
- [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 <https://github.com/gorakhargosh/watchdog/pull/949>`__)
1314
- [watchmedo] Log ``FileOpenedEvent``, and ``FileClosedEvent``, events in ``LoggerTrick``
1415
- Thanks to our beloved contributors: @BoboTiG

0 commit comments

Comments
 (0)