We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abccf80 + 8aba586 commit 922ed6bCopy full SHA for 922ed6b
1 file changed
src/setuptools_dso/dsocmd.py
@@ -722,7 +722,6 @@ def run_command(self, cmd):
722
# if right_before is specified build_dso is injected before that command
723
# instead of as first dependency.
724
def _needs_builddso(command, right_before=None):
725
- assert issubclass(command, Command)
726
# copy to avoid changing base class if sub_commands was just inherited
727
_ = command.sub_commands[:]
728
where = 0
0 commit comments