Skip to content

Commit 69090f0

Browse files
authored
Merge pull request #31 from fosslight/develop
Add tox test for each package manger in Ubuntu environment
2 parents dad7d6d + dd83d8d commit 69090f0

File tree

7,988 files changed

+1587586
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,988 files changed

+1587586
-8
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install tox
25+
pip install tox-wheel
26+
sudo npm install -g license-checker
2527
- name: Run Tox
2628
run: |
27-
tox -e release
29+
tox -e run_ubuntu
2830
reuse:
2931
runs-on: ubuntu-latest
3032
steps:

.reuse/dep5

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,31 @@ License: Apache-2.0
3333
Files: src/fosslight_dependency/third_party/nomos/*
3434
Copyright: 2006-2009 Hewlett-Packard Development Company, L.P.
3535
License: LicenseRef-3rd_party_licenses
36+
37+
Files: tests/test_gradle/*
38+
Copyright: 2017-2021 Google LLC.
39+
License: Apache-2.0
40+
41+
Files: tests/test_maven1/lombok.maven/*
42+
Copyright: 2010 Anthony Whitford
43+
License: MIT
44+
45+
Files: tests/test_pub/*
46+
Copyright: 2019 Siot Inc.
47+
License: MIT
48+
49+
Files: tests/test_npm1/*
50+
Copyright: 2021 LG Electronics
51+
License: Apache-2.0
52+
53+
Files: tests/test_npm2/*
54+
Copyright: 2021 LG Electronics
55+
License: Apache-2.0
56+
57+
Files: tests/test_maven2/*
58+
Copyright: 2021 LG Electronics
59+
License: Apache-2.0
60+
61+
Files: tests/test_pypi/*
62+
Copyright: 2021 LG Electronics
63+
License: Apache-2.0

LICENSES/MIT.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) <year> <copyright holders>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pyinstaller
22
tox
3+
tox-wheel
34
pytest
45
pytest-cov
56
pytest-flake8

0 commit comments

Comments
 (0)