Skip to content

Commit

Permalink
Fix the license compatibility test (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Aug 10, 2024
1 parent cda87d3 commit dae345c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions betty/tests/_package/test_license_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

class TestPackageLicenses:
_GPL_V3_COMPATIBLE_DISTRIBUTIONS = (
# "This package contains code from cpython and is licensed under the same terms as cpython itself.",
# as per https://pypi.org/project/aiohappyeyeballs/.
"aiohappyeyeballs",
# We do not include basedtyping in any Betty distribution.
"basedtyping",
# We do not include PyInstaller in any Betty distributions.
Expand Down

0 comments on commit dae345c

Please sign in to comment.