Skip to content

element.py: Fix dependency cache key check in non-strict mode

Jürg Billeter requested to merge juerg/cache-key into master

The None check in _calculate_cache_key() was working for the strict cache key calculation but not for the strong cache key in non-strict mode.

In certain scenarios with non-strict mode, this resulted in incorrect cache key calculation. I've added a new test to cover this.

Merge request reports