From 78e89b03ecb29e7df3181b1219a0b5f44b9d7532 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 1 Jul 2021 12:35:40 -0400 Subject: - Detect a Python version change and clear the cache (#857) summary: Clear cache when a Python version change is detected When a distribution gets updated it is possible that the Python version changes. Python makes no guarantee that pickle is consistent across versions as such we need to purge the cache and start over. Co-authored-by: James Falcon --- tests/integration_tests/assets/test_version_change.pkl | Bin 0 -> 21 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/integration_tests/assets/test_version_change.pkl (limited to 'tests/integration_tests/assets/test_version_change.pkl') diff --git a/tests/integration_tests/assets/test_version_change.pkl b/tests/integration_tests/assets/test_version_change.pkl new file mode 100644 index 00000000..65ae93e5 Binary files /dev/null and b/tests/integration_tests/assets/test_version_change.pkl differ -- cgit v1.2.3