From 44073de61904ac75abb076607f1fef0d6d3ce40d Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Tue, 31 May 2022 20:49:41 +0000 Subject: python lzma --- test/python/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/python') diff --git a/test/python/test.sh b/test/python/test.sh index 7bd2281..568b9aa 100644 --- a/test/python/test.sh +++ b/test/python/test.sh @@ -7,6 +7,7 @@ source dev-container-features-test-lib # Definition specific tests check "version" python --version +check "lzma" python -c "import lzma" # Report result reportResults -- cgit v1.2.3