Skip to content

Commit

Permalink
another fix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 1, 2023
1 parent 321e646 commit 757fb6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,8 @@ def run(self):
class AbstractStage(PipelineStage):
name="AbstractStage"
config_options = None
inputs = []
outputs = []

abstract_stage = AbstractStage.make_stage()
abstract_stage.describe_configuration()
AbstractStage.describe_configuration()


# This one should not work
Expand Down

0 comments on commit 757fb6f

Please sign in to comment.