Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Feb 19, 2024
1 parent ff7c34c commit 7d5e6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def check_name_consistent(package):
if seen_spelling is None:
by_canonical_name[canonical] = package
elif seen_spelling != package:
raise Exception( # pylint: disable=broad-exception-raised
raise Exception(
f'Encountered both "{seen_spelling}" and "{package}" in requirements '
'and constraints files; please use just one or the other.'
)
Expand Down

0 comments on commit 7d5e6a0

Please sign in to comment.