1 { lib, buildPythonPackage, fetchPypi, pythonAtLeast }:
3 buildPythonPackage rec {
7 disabled = !(pythonAtLeast "3.6");
10 inherit pname version;
11 hash = "sha256-gNex8xbr+9Qp9kgHbWJ1yHe6MLpIl53kGRcUp1Jm8M4=";
14 # has tests, but only on GitHub, however the pyproject build fails for me
15 pythonImportsCheck = [
21 homepage = "https://github.com/sdispater/crashtest";
22 description = "Manage Python errors with ease";
23 license = licenses.mit;
24 maintainers = with maintainers; [ ];