Skip to content

mock_snakemake incompatible with snakemake=8.14.0 #1108

@euronion

Description

@euronion

snakemake internal structure changed with recent update, causing this error:

ImportErorr: cannot import name 'ConfigSettings' from 'snakemake.settings'

Solution:

change

from snakemake.settings import ConfigSettings

to

from snakemake.settings.types import ConfigSettings

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions