This fixes test_version to make no assumptions about the users setup. It does this by running setuptools_scm first if the _version.py file is not present.
Fixes #572
Checklist
[x] I have performed a self-review of my own code
[x] I have added tests that prove my fix is effective or that my feature works (if applicable)
Description
This fixes test_version to make no assumptions about the users setup. It does this by running
setuptools_scm
first if the_version.py
file is not present.Fixes #572
Checklist