python3Packages.pytest-subtests: 0.3.2 -> 0.4.0

This commit is contained in:
Fabian Affolter 2021-02-25 08:48:53 +01:00
parent ca16e7dc52
commit c5bd117275

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "pytest-subtests";
version = "0.3.2";
version = "0.4.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1mxg91mrn8672f8hwg0f31xkyarnq7q0hr4fvb9hcb09jshq2wk7";
sha256 = "sha256-jZ4sHR3OEfe30snQkgLr/HdXt/8MrJtyrTKO3+fuA3s=";
};
nativeBuildInputs = [ setuptools_scm ];