12 buildPythonPackage rec {
16 # pypi does not contain tests, using github sources instead
17 src = fetchFromGitHub {
21 sha256 = "0xxg9s0y6fz7vb1kab4q93q7ryi71z8x6q9qspm6s506yr3mc67l";
24 propagatedBuildInputs = [
32 checkInputs = [ pytest mock ];
34 py.test --disable-pytest-warnings tests
38 description = "A Python module that provides the tools you need to authenticate with, and use the Qubole Data Service API";
39 homepage = "https://github.com/qubole/qds-sdk-py";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ shahrukh330 ];