Merge pull request #63390 from r-ryantm/auto-update/python3.7-pytest-faulthandler
python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0
This commit is contained in:
commit
7ade44ee67
|
@ -10,11 +10,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-faulthandler";
|
pname = "pytest-faulthandler";
|
||||||
version = "1.5.0";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d";
|
sha256 = "1bvfy6yyh2zlsrkpfmxy17149752m9y6ji9d34qp44bnci83dkjq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm pytest ];
|
nativeBuildInputs = [ setuptools_scm pytest ];
|
||||||
|
|
Loading…
Reference in New Issue