Add setuptools-scm to test_requirements.txt to work around an issue on
Python 3.4:
distutils.errors.DistutilsError: Could not find suitable
distribution for Requirement.parse('setuptools-scm>=1.15.0')
Not sure why it didn't appear before. Maybe something in CI changed.
See https://github.com/pypa/pypi-legacy/issues/322 and
https://github.com/pytest-dev/pytest-xdist/issues/136. I suspect the
issue is related to setup_requires= using easy_install.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
Follow along with what the cool kids are doing and add py.test
integration.
This patch doesn't add any test cases, but sets up packages to
test the runner classes as additional work.
To run the test suite, use:
$ python3 setup.py test
Since there are no tests, these pass.
Signed-off-by: Marti Bolivar <marti@foundries.io>