10 buildPythonPackage rec {
11 pname = "pytest-datafiles";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-YFD8M5TG6VtLRX04R3u0jtYDDlaK32D4ArWxS6x2b/E=";
33 pythonImportsCheck = [
38 description = "Pytest plugin to create a tmpdir containing predefined files/directories";
39 homepage = "https://github.com/omarkohl/pytest-datafiles";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];