10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-sf419qXzJUe1zTGhXAYNmrhj3Aiv8BjNc9x40bZR7dQ=";
29 "test_failed_test_case"
32 pythonImportsCheck = [
37 description = "Testing library that makes it easy to create mocks,stubs and fakes";
38 homepage = "https://flexmock.readthedocs.org";
39 license = licenses.bsdOriginal;
40 maintainers = with maintainers; [ ];