python312Packages.syrupy: 4.7.2 -> 4.8.0
Diff: https://github.com/syrupy-project/syrupy/compare/refs/tags/v4.7.2...v4.8.0 Changelog: https://github.com/syrupy-project/syrupy/blob/refs/tags/v4.8.0/CHANGELOG.md
This commit is contained in:
parent
9ef8694ce2
commit
159f059ad6
@ -5,12 +5,13 @@
|
|||||||
python,
|
python,
|
||||||
poetry-core,
|
poetry-core,
|
||||||
pytest,
|
pytest,
|
||||||
|
pytest-xdist,
|
||||||
invoke,
|
invoke,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "syrupy";
|
pname = "syrupy";
|
||||||
version = "4.7.2";
|
version = "4.8.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = lib.versionOlder python.version "3.8.1";
|
disabled = lib.versionOlder python.version "3.8.1";
|
||||||
@ -19,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "syrupy-project";
|
owner = "syrupy-project";
|
||||||
repo = "syrupy";
|
repo = "syrupy";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-akYUsstepkDrRXqp1DY6wEeXMMlLNcCqitnWpjcAurg=";
|
hash = "sha256-IifGufCUhjbl8Tqvcjm8XF4QPvOsRacPWxI1yT79eNs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
@ -29,6 +30,7 @@ buildPythonPackage rec {
|
|||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
invoke
|
invoke
|
||||||
pytest
|
pytest
|
||||||
|
pytest-xdist
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user