python3Packages.craft-providers: 2.2.0 -> 2.3.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user