python3Packages.pytest-subtests: 0.14.1 -> 0.14.2

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
pytest-subtests
+2 -2
pkgs/development/python-modules/pytest-subtests/default.nix
···
buildPythonPackage rec {
pname = "pytest-subtests";
-
version = "0.14.1";
+
version = "0.14.2";
format = "pyproject";
disabled = pythonOlder "3.7";
···
src = fetchPypi {
pname = "pytest_subtests";
inherit version;
-
hash = "sha256-NQwArcNsOv9namYTXIGu2eIYLhX2w+yHITZpGLu/dYA=";
+
hash = "sha256-cVSoZl/VKO5wp20AIWpE0TncPJyDUhoPd597CtT4AN4=";
};
nativeBuildInputs = [