python312Packages.josepy: backport test fix

This commit is contained in:
K900
2024-09-28 20:32:31 +03:00
parent 3bd454d384
commit 67cdc348c0
@@ -3,6 +3,7 @@
buildPythonPackage,
cryptography,
fetchPypi,
fetchpatch,
poetry-core,
pyopenssl,
pytestCheckHook,
@@ -21,6 +22,15 @@ buildPythonPackage rec {
hash = "sha256-MIs7+c6CWtTUu6djcs8ZtdwcLOlqnSmPlkKXXmS9E90=";
};
patches = [
# don't fail tests on openssl deprecation warning, upstream is working on proper fix
# FIXME: remove for next update
(fetchpatch {
url = "https://github.com/certbot/josepy/commit/350410fc1d38c4ac8422816b6865ac8cd9c60fc7.diff";
hash = "sha256-QGbzonXb5BtTTWDeDqnZhbS6gHce99vIOm/H8QYeGXY=";
})
];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [