Remove the build-dep change test. Doesn't seem like there's a way to do that.
This commit is contained in:
parent
a6a911d2ed
commit
eebba11558
1 changed files with 0 additions and 12 deletions
|
@ -53,15 +53,3 @@
|
|||
that:
|
||||
- "dpkg_result.rc == 0"
|
||||
tags: ['test_apt_builddep']
|
||||
|
||||
# ensure running build-dep again doesn't yield changes
|
||||
- name: install netcat build-dep with apt again
|
||||
apt: pkg=netcat state=build-dep
|
||||
register: apt_result
|
||||
tags: ['test_apt_builddep']
|
||||
|
||||
- name: verify build_dep of netcat did not change
|
||||
assert:
|
||||
that:
|
||||
- "not apt_result.changed"
|
||||
tags: ['test_apt_builddep']
|
||||
|
|
Loading…
Reference in a new issue