Skip to content

Commit

Permalink
Blacklist watchdog 4.0.0
Browse files Browse the repository at this point in the history
This is because of the bug solved in gorakhargosh/watchdog#1032
  • Loading branch information
mraspaud committed Feb 27, 2024
1 parent 3e1b339 commit 7c50b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run: |
pip install -U pytest pytest-cov pytest-bdd pytest-reraise pyyaml trollsift posttroll>=1.11 paramiko scp watchdog pytroll-collectors>=0.13.0 fsspec s3fs
pip install -U pytest pytest-cov pytest-bdd pytest-reraise pyyaml trollsift posttroll>=1.11 paramiko scp watchdog!=4.0.0 pytroll-collectors>=0.13.0 fsspec s3fs
- name: Install trollmoves
run: |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -70,7 +70,7 @@
'posttroll>=1.5.1',
'trollsift',
'netifaces',
'watchdog',
'watchdog!=4.0.0',
'pyyaml',
'pyzmq',
],
Expand Down

0 comments on commit 7c50b7b

Please sign in to comment.