12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "eea593cf466b9c126ce667f6d30503624ef24459f118c75594a69353b6c3d5fc";
21 checkInputs = [coverage ddt nose pyyaml requests testtools];
23 # The travis build fails since the migration from multiprocessing to threading for hosting the API under test.
24 # OSError: [Errno 98] Address already in use
28 description = "An unladen web framework for building APIs and app backends";
29 homepage = "https://falconframework.org/";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ desiderius ];