abalkin / pytest-leaks

A pytest plugin to trace resource leaks.
https://abalkin.github.io/pytest-leaks
Other
115 stars 4 forks source link

MAINT: fix version import #23

Closed sashkab closed 5 years ago

sashkab commented 5 years ago

Default template of setuptools-scm uses version, not __version__.

Improper import causes version to be always unknown.