python3Packages.allure-python-commons-test: 2.15.2 -> 2.15.3 (#476806)

This commit is contained in:
Nick Cao
2026-01-06 20:23:26 +00:00
committed by GitHub
@@ -12,18 +12,18 @@
buildPythonPackage rec {
pname = "allure-python-commons-test";
version = "2.15.2";
format = "setuptools";
version = "2.15.3";
pyproject = true;
src = fetchPypi {
pname = "allure_python_commons_test";
inherit version;
hash = "sha256-SAjo9rM1zXAVBMD1c+rkMcR8zCeW1L3CErR/SxwjnXg=";
hash = "sha256-eRjjsxiXm/7nMyaJS5pXhpNmrjOhnd1o7+F9ZwGzI/I=";
};
nativeBuildInputs = [ setuptools-scm ];
build-system = [ setuptools-scm ];
propagatedBuildInputs = [
dependencies = [
attrs
pluggy
six