16 pname = "pytest-virtualenv";
17 inherit (pytest-fixture-config) version src patches;
24 build-system = [ setuptools ];
26 buildInputs = [ pytest ];
41 # Don't run integration tests
42 disabledTestPaths = [ "tests/integration/*" ];
45 description = "Create a Python virtual environment in your test that cleans up on teardown. The fixture has utility methods to install packages and list what’s installed";
46 homepage = "https://github.com/manahl/pytest-plugins";
47 license = licenses.mit;
48 maintainers = with maintainers; [ ryansydnor ];