aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/conda/test.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/conda/test.sh b/test/conda/test.sh
index 8a88511..fcb9d7e 100755
--- a/test/conda/test.sh
+++ b/test/conda/test.sh
@@ -32,5 +32,11 @@ check-version-ge() {
certifiVersion=$(python -c "import certifi; print(certifi.__version__)")
check-version-ge "certifi" "${certifiVersion}" "2022.12.07"
+cryptographyVersion=$(python -c "import cryptography; print(cryptography.__version__)")
+check-version-ge "cryptography" "${cryptographyVersion}" "39.0.1"
+
+setuptoolsVersion=$(python -c "import setuptools; print(setuptools.__version__)")
+check-version-ge "setuptools" "${setuptoolsVersion}" "65.5.1"
+
# Report result
reportResults