Skip to content

Commit

Permalink
Merge pull request #3 from nipreps/fix/updates
Browse files Browse the repository at this point in the history
FIX: Resolve broken tests
  • Loading branch information
effigies authored Nov 5, 2023
2 parents 12e1b73 + 60ba896 commit dcdc13d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@ python_version = "3.7"
module = ["setuptools_scm.version", "setuptools_scm.config"]
ignore_missing_imports = true

[tool.coverage.run]
omit = ["_version.py"]

[tool.coverage.report]
fail_under = 100
4 changes: 2 additions & 2 deletions tests/test_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from functools import partial

import pytest
from setuptools_scm.config import Configuration
from setuptools_scm.version import meta
from setuptools_scm import Configuration # type: ignore
from setuptools_scm.version import meta # type: ignore

from nipreps_versions.schemes import next_calver, nipreps_calver

Expand Down

0 comments on commit dcdc13d

Please sign in to comment.