We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d7fd7 commit bbd2938Copy full SHA for bbd2938
1 file changed
template/tests/{% if dynamic_version %}test_version.py{% endif %}.jinja
@@ -7,7 +7,6 @@ import importlib.resources
7
from {{ package_name }} import __version__
8
9
10
-# https://packaging.python.org/discussions/single-source-version/#single-sourcing-the-project-version
11
def test_version() -> None:
12
"""Test that the version attribute matches the package version."""
13
version_path = importlib.resources.files("{{ package_name }}")
0 commit comments