Skip to content

Commit 922ed6b

Browse files
Merge pull request #42 from AlexanderWells-diamond/fix_failing_assert
Remove failing assert
2 parents abccf80 + 8aba586 commit 922ed6b

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)