12 buildPythonPackage rec {
13 pname = "pytest-filter-subpackage";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-H66jZxeAPlJFiNbBCdJtINOzRCLo1qloEnWJd9ygF4I=";
32 propagatedBuildInputs = [
47 description = "Meta-package containing dependencies for testing";
48 homepage = "https://github.com/astropy/pytest-filter-subpackage";
49 changelog = "https://github.com/astropy/pytest-filter-subpackage/blob/v${version}/CHANGES.rst";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ ];