mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55: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,
|
||||
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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue