python3Packages.craft-providers: 2.2.0 -> 2.3.0

This commit is contained in:
Jon Seager 2025-05-23 09:12:49 +01:00
parent 9ed7bc4de3
commit 1934a05492
No known key found for this signature in database

View file

@ -16,11 +16,12 @@
freezegun, freezegun,
pytest-subprocess, pytest-subprocess,
logassert, logassert,
writableTmpDirAsHomeHook,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "craft-providers"; pname = "craft-providers";
version = "2.2.0"; version = "2.3.0";
pyproject = true; pyproject = true;
@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "canonical"; owner = "canonical";
repo = "craft-providers"; repo = "craft-providers";
tag = version; tag = version;
hash = "sha256-HCt6xdUu8+6CtkLeUrY2KYnULLwLLobDDm4O1DAiZrc="; hash = "sha256-EJoFuESgjEKoI1BKO02jd4iI/DFBphLujR/vGST/JGk=";
}; };
patches = [ patches = [
@ -75,13 +76,9 @@ buildPythonPackage rec {
pytest-subprocess pytest-subprocess
pytestCheckHook pytestCheckHook
responses responses
writableTmpDirAsHomeHook
]; ];
preCheck = ''
mkdir -p check-phase
export HOME="$(pwd)/check-phase"
'';
pytestFlagsArray = [ "tests/unit" ]; pytestFlagsArray = [ "tests/unit" ];
disabledTestPaths = [ disabledTestPaths = [