Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable tests
  • Loading branch information
alexander-smolyakov committed Sep 11, 2023
commit 8585c85104672e2aeabdfbaa3022eb9dac2c4d4a
4 changes: 2 additions & 2 deletions src/miniconda/test-project/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont

check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"

# checkPythonPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkPythonPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkPythonPackageVersion "setuptools" "65.5.1"
checkPythonPackageVersion "wheel" "0.38.1"

# checkCondaPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkCondaPackageVersion "cryptography" "41.0.0" # Disabled temporarily due to issue with conda
checkCondaPackageVersion "pyopenssl" "23.2.0"
checkCondaPackageVersion "setuptools" "65.5.1"
checkCondaPackageVersion "wheel" "0.38.1"
Expand Down