Test data version check fails with missing "packaging" module

Issue #303 resolved
Benjamin Jakimow created an issue

Commit 48e2013a0586efbf9352464c586b59c49a08a3d6 introduced in line 143

from packaging import version

into the dependencycheck.py.

packaging is not part of the standard libraries and needs to be installed.
If missed, the surrounding outdateTestdata() will always return True also if the testdata is installed and up-to-date

Comments (3)

  1. Log in to comment