mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 12:34:39 +00:00
Separate test and dev dependencies
This commit is contained in:
parent
4a9458f3a5
commit
5979afc65e
3 changed files with 5 additions and 3 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements-dev.txt
|
||||
python -m pip install -r requirements-test.txt
|
||||
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
|
4
requirements-dev.txt
Normal file
4
requirements-dev.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
-r requirements-test.txt
|
||||
|
||||
pre-commit >= 3.7.1
|
||||
black >= 24.4.2
|
|
@ -10,13 +10,11 @@ Kodistubs ~=21.0
|
|||
|
||||
git+https://github.com/ruuk/script.module.addon.signals
|
||||
|
||||
pre-commit >= 3.7.1
|
||||
pytest >= 4.6.11
|
||||
coverage >= 5.2
|
||||
flake8 >= 3.8
|
||||
flake8-import-order >= 0.18
|
||||
websocket-client >= 1.6.4
|
||||
black >= 24.4.2
|
||||
|
||||
types-requests >= 2.31
|
||||
types-PyYAML >= 6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue