Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Feb 28, 2022
1 parent 3481e27 commit 0c7f391
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Run License Tests
on:
push:
branches:
- master
pull_request:
branches:
- dev
paths:
- 'requirements/**'
- 'setup.py'
workflow_dispatch:

jobs:
Expand Down
8 changes: 5 additions & 3 deletions test/license_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"kthread": "MIT",
'yt-dlp': "Unlicense",
'pyxdg': 'GPL-2.0',
'ptyprocess': 'ISC license',
'psutil': 'BSD3',
'ptyprocess': 'ISC',
'PyAudio': 'MIT',
'petact': 'MIT',
"sonopy": "Apache-2.0",
"precise-runner": "Apache-2.0",
"petact": "MIT"
'psutil': 'BSD3'
}
# explicitly allow these packages that would fail otherwise
whitelist = ["petact", "precise-runner"]
Expand Down

0 comments on commit 0c7f391

Please sign in to comment.