8 , pytest-error-for-skips
13 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
23 sha256 = "sha256-WjuDsu0EA+KtErusw5VADyvleVegXHCTEkuQ1lU/SRU=";
26 propagatedBuildInputs = [
34 pytest-error-for-skips
39 substituteInPlace setup.cfg \
40 --replace "--cov --cov-report term-missing " ""
41 substituteInPlace setup.py \
42 --replace "pytest-runner" ""
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 license = licenses.asl20;
56 maintainers = with maintainers; [ fab ];