Skip to content

Commit

Permalink
fix: avoid instantiation of base class by pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Sep 22, 2023
1 parent dc2e832 commit bd2d094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snakemake_interface_common/plugin_registry/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@


class TestRegistryBase(ABC):
__test__ = False

@abstractmethod
def get_registry(self) -> PluginRegistryBase:
...
Expand Down

0 comments on commit bd2d094

Please sign in to comment.