13 buildPythonPackage rec {
14 pname = "testfixtures";
16 format = "setuptools";
17 # DO NOT CONTACT upstream.
18 # https://github.com/simplistix/ is only concerned with internal CI process.
19 # Any attempt by non-standard pip workflows to comment on issues will
20 # be met with hostility.
21 # https://github.com/simplistix/testfixtures/issues/169
22 # https://github.com/simplistix/testfixtures/issues/168
24 disabled = pythonOlder "3.6";
27 inherit pname version;
28 hash = "sha256-jIwg3TDqETVIUHWEodqud5JI26pXEmcseruXCfD7+LI=";
40 # Django is too much hasle to setup at the moment
41 "testfixtures/tests/test_django"
48 pythonImportsCheck = [
53 description = "Collection of helpers and mock objects for unit tests and doc tests";
54 homepage = "https://github.com/Simplistix/testfixtures";
55 changelog = "https://github.com/simplistix/testfixtures/blob/${version}/CHANGELOG.rst";
56 license = licenses.mit;
57 maintainers = with maintainers; [ siriobalmelli ];