8 pytest-error-for-skips,
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.12";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-2BT47Dg+1TLDUccdb0Q/r3QzpRURTwFlUORbQpmIJzc=";
30 build-system = [ setuptools ];
40 pytest-error-for-skips
46 # mocked object called too many times
51 pythonImportsCheck = [ "nextdns" ];
54 description = "Module for the NextDNS API";
55 homepage = "https://github.com/bieniu/nextdns";
56 changelog = "https://github.com/bieniu/nextdns/releases/tag/${version}";
57 license = licenses.asl20;
58 maintainers = with maintainers; [ fab ];