nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.parquet: adjust check section

+7 -2
+7 -2
pkgs/development/python-modules/parquet/default.nix
··· 48 48 "testFromExample" 49 49 ]; 50 50 51 - pythonImportsCheck = [ "thriftpy2" ]; 51 + disabledTestPaths = [ 52 + # Test is outdated 53 + "test/test_read_support.py" 54 + ]; 55 + 56 + pythonImportsCheck = [ "parquet" ]; 52 57 53 58 meta = with lib; { 54 59 description = "Python implementation of the parquet columnar file format"; 55 60 homepage = "https://github.com/jcrobak/parquet-python"; 56 - changelog = "https://github.com/jcrobak/parquet-python/releases/tag/v${version}"; 61 + changelog = "https://github.com/jcrobak/parquet-python/releases/tag/${src.tag}"; 57 62 license = licenses.bsd2; 58 63 maintainers = with maintainers; [ fab ]; 59 64 mainProgram = "parquet";