16 pname = "pytest-server-fixtures";
17 inherit (pytest-fixture-config) version src patches;
21 cd pytest-server-fixtures
24 build-system = [ setuptools ];
26 buildInputs = [ pytest ];
38 # Don't run intergration tests
42 description = "Extensible server fixures for py.test";
43 homepage = "https://github.com/manahl/pytest-plugins";
44 license = licenses.mit;