9 pytest-error-for-skips,
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.11";
23 src = fetchFromGitHub {
26 rev = "refs/tags/${version}";
27 hash = "sha256-J+LCu7wMuc3dYghvkKq58GcBAa76X5IPUWe7qCQwjjI=";
30 build-system = [ setuptools ];
40 pytest-error-for-skips
46 # Test requires network access
47 "test_invalid_station_id"
50 pythonImportsCheck = [ "gios" ];
53 description = "Python client for getting air quality data from GIOS";
54 homepage = "https://github.com/bieniu/gios";
55 changelog = "https://github.com/bieniu/gios/releases/tag/${version}";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ fab ];