11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-WPtn8YGlj67MEy2onxoU5SctQ7NcvTImaU0VgMoz2B4=";
25 build-system = [ poetry-core ];
32 # Tests require a spark installation
35 # pythonImportsCheck needs spark installation
38 description = "PySpark test helper methods with beautiful error messages";
39 homepage = "https://github.com/MrPowers/chispa";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ratsclub ];