9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-r3/Uae/Bu/+ZpWt19jetfIRpew1hBB24WWQRJIcYqFs=";
27 propagatedBuildInputs = [
31 # Tests require a spark installation
34 # pythonImportsCheck needs spark installation
37 description = "PySpark test helper methods with beautiful error messages";
38 homepage = "https://github.com/MrPowers/chispa";
39 license = licenses.mit;
40 maintainers = with maintainers; [ ratsclub ];