The latest version of pyca-cryptography no longer has a setup.py script,
so change the check in the test to look for release.py instead
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27192)
plan skip_all => "PYCA tests not available on Windows or VMS"
if $^O =~ /^(VMS|MSWin32)$/;
plan skip_all => "PYCA Cryptography not available"
- if ! -f srctop_file("pyca-cryptography", "setup.py");
+ if ! -f srctop_file("pyca-cryptography", "release.py");
plan skip_all => "PYCA tests only available in a shared build"
if disabled("shared");