diff --git a/molecule/resources/converge.yml b/molecule/resources/converge.yml index d5ea43a6..ebee3817 100644 --- a/molecule/resources/converge.yml +++ b/molecule/resources/converge.yml @@ -24,5 +24,16 @@ path: /.dockerenv state: absent + tasks: + - name: Install openwisp-utils clean insights + pip: + name: "openwisp-utils @ https://github.com/openwisp/openwisp-utils/tarball/fix-measurements-runner" + state: forcereinstall + virtualenv: "{{ virtualenv_path }}" + virtualenv_python: "{{ openwisp2_python }}" + environment: + SETUPTOOLS_USE_DISTUTILS: stdlib + notify: Reload application + tags: [extra_pip, molecule-idempotence-notest] roles: - role: openwisp.openwisp2