Tristan Van Berkom pushed to branch tristan/collect-missing-coverage at BuildStream / buildstream
Commits:
-
e0f0a01d
by Chandan Singh at 2019-02-18T12:41:31Z
-
f149fed2
by Tristan Van Berkom at 2019-02-18T13:43:28Z
-
4022234e
by Tristan Van Berkom at 2019-02-18T13:44:29Z
2 changed files:
Changes:
... | ... | @@ -281,10 +281,12 @@ coverage: |
281 | 281 |
- tox -e coverage
|
282 | 282 |
- cp -a .coverage-reports/ ./coverage-report
|
283 | 283 |
dependencies:
|
284 |
+ - tests-centos-7.6
|
|
284 | 285 |
- tests-debian-9
|
285 | 286 |
- tests-fedora-28
|
286 | 287 |
- tests-fedora-29
|
287 | 288 |
- tests-fedora-missing-deps
|
289 |
+ - tests-fedora-update-deps
|
|
288 | 290 |
- tests-ubuntu-18.04
|
289 | 291 |
- tests-unix
|
290 | 292 |
except:
|
... | ... | @@ -17,5 +17,5 @@ all: $(REQUIREMENTS_TXT) |
17 | 17 |
$(eval VENVDIR := $(shell mktemp -d $(CURDIR)/.bst-venv.XXXXXX))
|
18 | 18 |
$(VENV) $(VENVDIR)
|
19 | 19 |
$(VENV_PIP) install -r $^
|
20 |
- $(VENV_PIP) freeze -r $^ > $@
|
|
20 |
+ $(VENV_PIP) freeze -r $^ | grep -v pkg-resources > $@
|
|
21 | 21 |
rm -rf $(VENVDIR)
|