Skip to content

Commit

Permalink
Fail test if incompatible license was found
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes committed Oct 15, 2023
1 parent a0f8d9c commit 6b5a18c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ echo "- All Markdown checks passed"
echo "- Start license checks"

echo "- licensecheck: start"
python -m licensecheck -u poetry:dev --fail-licenses gpl
python -m licensecheck -u poetry:dev --fail-licenses gpl mit --zero
echo "- licensecheck: done"

echo "- All license checks passed"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ flower-server = "flwr.server:run_server"
flower-client = "flwr.client:run_client"

[tool.poetry.dependencies]
python = "^3.8" # PSF License Agreement
python = "^3.8"
# Mandatory dependencies
numpy = "^1.21.0" # BSD 3-Clause "New" or "Revised" License
grpcio = "^1.48.2,!=1.52.0" #
numpy = "^1.21.0"
grpcio = "^1.48.2,!=1.52.0"
protobuf = "^3.19.0"
cryptography = "^41.0.2"
pycryptodome = "^3.18.0"
Expand Down

0 comments on commit 6b5a18c

Please sign in to comment.