Skip to content

Commit

Permalink
Merge branch 'misc-copyrights2' into new-licenses-and-copyrights
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Sep 24, 2024
2 parents 0027aec + 4b2da51 commit 7e26fc6
Show file tree
Hide file tree
Showing 908 changed files with 112,919 additions and 25,748 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ v33.0.0 (next next, roadmap)
license/exception texts added, and also 1 license was deprecated.
For more details see https://github.com/aboutcode-org/scancode-toolkit/pull/3897

- New and improved copyright detection with many false positive removed
and refined detection added.


v32.2.1 - 2024-07-02
---------------------

Expand Down
27 changes: 27 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,33 @@ jobs:
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseExtended5
license_validate_ignorables_1: |
venv/bin/pytest -n 3 -vvs --test-suite=validate \
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseIgnorableClues1
license_validate_ignorables_2: |
venv/bin/pytest -n 3 -vvs --test-suite=validate \
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseIgnorableClues2
license_validate_ignorables_3: |
venv/bin/pytest -n 3 -vvs --test-suite=validate \
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseIgnorableClues3
license_validate_ignorables_4: |
venv/bin/pytest -n 3 -vvs --test-suite=validate \
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseIgnorableClues4
license_validate_ignorables_5: |
venv/bin/pytest -n 3 -vvs --test-suite=validate \
tests/licensedcode/test_detection_validate.py \
-k TestValidateLicenseIgnorableClues5
license_cache: |
venv/bin/pytest -n 3 -vvs --test-suite=all \
tests/licensedcode/test_zzzz_cache.py --reruns 2
Expand Down
Loading

0 comments on commit 7e26fc6

Please sign in to comment.