Skip to content

Commit

Permalink
Bundle the requirements-tests.txt file in the source distribution
Browse files Browse the repository at this point in the history
Fixes #939.
  • Loading branch information
BoboTiG committed Feb 27, 2023
1 parent d38ab5a commit 346ee46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Changelog
2023-xx-xx • `full history <https://github.com/gorakhargosh/watchdog/compare/v2.3.0...HEAD>`__

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

0 comments on commit 346ee46

Please sign in to comment.