11 buildPythonPackage rec {
12 pname = "pytest-openfiles";
14 disabled = isPy27; # abandoned
17 inherit pname version;
18 sha256 = "179c2911d8aee3441fee051aba08e0d9b4dab61b829ae4811906d5c49a3b0a58";
21 nativeBuildInputs = [ setuptools-scm ];
23 buildInputs = [ pytest ];
25 propagatedBuildInputs = [
29 nativeCheckInputs = [ pytestCheckHook ];
32 description = "Pytest plugin for detecting inadvertent open file handles";
33 homepage = "https://astropy.org";
34 license = licenses.bsd3;