7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0b6qw3grhgx58kxlkj7mdma7xdvlj02zabvcf7w2qifnfjwwwcsh";
16 checkInputs = [ pytest ];
22 description = "flexmock is a testing library for Python that makes it easy to create mocks,stubs and fakes.";
23 homepage = "https://flexmock.readthedocs.org";
24 license = licenses.bsdOriginal;