This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
west
mirror of
https://github.com/zephyrproject-rtos/west.git
Watch
1
Star
0
Fork
You've already forked west
0
Code
Issues
Releases
Wiki
Activity
673563e0bb
west
/
tox_deps.txt
5 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test_requirements.txt: Add setuptools-scm, to fix Python 3.4 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>
2018-09-21 21:23:33 +08:00
setuptools-scm
Add py.test-based test infrastructure 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>
2018-08-01 01:03:53 +08:00
pytest
tests_requirements.txt: add pytest-cov This enables gathering of code coverage data during testing. Signed-off-by: Marti Bolivar <marti@foundries.io>
2018-08-22 00:47:06 +08:00
pytest-cov
tests: call flake8 from tox Add a flake8 configuration to the tox testing. This enforces a consistent style. Clean up remaining issues around the codebase. Disable a handful of flake8's complaints when the style seems popular enough among the team members to ignore. Signed-off-by: Marti Bolivar <marti@foundries.io>
2019-01-09 05:07:46 +08:00
flake8