Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dev-requirements: pytest-cov==2.6.1 for '--no-cov' | Angelos Evripiotis | 2019-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Bump the version of pytest-cov, so that we pick up the fix for the '--no-cov' option breaking in pytest 4.0: https://github.com/pytest-dev/pytest-cov/pull/230 This was the error you would get prior to this version: _pytest.warning_types.RemovedInPytest4Warning: config.warn has been deprecated, use warnings.warn instead Although it says 'deprecated', it did result in termination with stack trace. | ||||
* | CONTRIBUTING.rst: Add instructions to update requirements fileschandan/update-requirements-one-liner | Chandan Singh | 2019-01-04 | 1 | -1/+1 |
| | | | | | | | | Split the "The MANIFEST.in and setup.py" section in two: "Managing data files" and "Updating BuildStream's Python dependencies". Briefly explain the layout of `requirements` directory and add instructions to use the Makefile added in the last commit. | ||||
* | Add Makefile to update requirements files | Chandan Singh | 2019-01-04 | 1 | -0/+21 |
| | |||||
* | Rename "tools" directory to "requirements" | Chandan Singh | 2019-01-04 | 6 | -0/+74 |
This seems like a better name for the directory, as it more closely describes the purpose of its contents. |