mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python3Packages.craft-providers: 2.2.0 -> 2.3.0
This commit is contained in:
parent
9ed7bc4de3
commit
1934a05492
1 changed files with 4 additions and 7 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue