> + (arguments `(#:tests? #f)) ; 'module' object has no attribute 'collector' > + (native-inputs > + `(("python-setuptools" ,python-setuptools))) > + (inputs > + `(("python-cov-core" ,python-cov-core) > + ("python-pytest-cov" ,python-pytest-cov) > + ("python-six" ,python-six)))
nitpick: arguments below inputs. same as with other patch otherwise LGTM