Skip to content

Commit

Permalink
Merge pull request #344 from tp-la/macos-test-fix
Browse files Browse the repository at this point in the history
Pin watchdog at a version before 0.10.4.
  • Loading branch information
tomprince authored May 21, 2021
2 parents 8df06d1 + c297944 commit 73e050a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added newsfragments/343.minor
Empty file.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,9 @@ def run(self):
install_requires=install_requires,
extras_require={
# For magic-folder on "darwin" (macOS) and the BSDs
':sys_platform!="win32" and sys_platform!="linux2"': ["watchdog"],
# Pin to < 0.10.4 to fix tests.
# See https://github.com/LeastAuthority/magic-folder/issues/345
':sys_platform!="win32" and sys_platform!="linux2"': ["watchdog<0.10.4"],
"test": [
# Pin a specific pyflakes so we don't have different folks
# disagreeing on what is or is not a lint issue. We can bump
Expand Down

0 comments on commit 73e050a

Please sign in to comment.