Skip to content

Commit 8aba586

Browse files
Remove failing assert
As of setuptools 77.0.3, this assert is no longer passing. This means projects that require this for building cannot build, and projects that use it at runtime (e.g. cothread's catools) cannot run. It should be noted that this passes under setuptools 77.0.1, so there is apparently a breaking change in a minor release.
1 parent abccf80 commit 8aba586

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/setuptools_dso/dsocmd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,6 @@ def run_command(self, cmd):
722722
# if right_before is specified build_dso is injected before that command
723723
# instead of as first dependency.
724724
def _needs_builddso(command, right_before=None):
725-
assert issubclass(command, Command)
726725
# copy to avoid changing base class if sub_commands was just inherited
727726
_ = command.sub_commands[:]
728727
where = 0

0 commit comments

Comments
 (0)