12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-grHF5p9hVSbvbAZxiKHmxgZ99/iDMlCcmfi4/buXdvM=";
27 propagatedBuildInputs = [ pbr ];
29 optional-dependencies = {
30 streams = [ testtools ];
36 ] ++ optional-dependencies.streams;
39 description = "Reusable state for writing clean tests and more";
40 homepage = "https://pypi.org/project/fixtures/";
41 changelog = "https://github.com/testing-cabal/fixtures/blob/${version}/NEWS";
42 license = lib.licenses.asl20;