8 pytest-server-fixtures,
20 buildPythonPackage rec {
21 pname = "ramlfications";
23 format = "setuptools";
26 inherit pname version;
27 hash = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew=";
31 description = "Python RAML parser";
32 mainProgram = "ramlfications";
33 homepage = "https://ramlfications.readthedocs.org";
34 license = licenses.asl20;
36 platforms = platforms.all;
40 # [darwin] AssertionError: Expected 'update_mime_types' to have been called once. Called 0 times.
46 pytest-server-fixtures
50 propagatedBuildInputs = [