Skip to content

Commit 4a1bd15

Browse files
Merge remote-tracking branch 'origin/feature/#77-add-support-for-dependencies.md-like-output' into feature/#77-add-support-for-dependencies.md-like-output
# Conflicts: # test/unit/dependencies_test.py
2 parents 078f30d + 42431ba commit 4a1bd15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exasol/toolbox/nox/_dependencies.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def select_most_permissive(l: str) -> str:
7474
"MPLv2": 3,
7575
"LGPLv2": 4,
7676
"GPLv2": 5,
77-
"GPLv3": 6,
7877
},
7978
)
8079
priority_to_license = defaultdict(

0 commit comments

Comments
 (0)