python3Packages.craft-providers: 2.2.0 -> 2.3.0

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