python313Packages.parquet: adjust check section

This commit is contained in:
Fabian Affolter
2025-09-27 16:21:55 +02:00
parent 84a03aa1c2
commit 6ff46b7b5a
@@ -48,12 +48,17 @@ buildPythonPackage rec {
"testFromExample"
];
pythonImportsCheck = [ "thriftpy2" ];
disabledTestPaths = [
# Test is outdated
"test/test_read_support.py"
];
pythonImportsCheck = [ "parquet" ];
meta = with lib; {
description = "Python implementation of the parquet columnar file format";
homepage = "https://github.com/jcrobak/parquet-python";
changelog = "https://github.com/jcrobak/parquet-python/releases/tag/v${version}";
changelog = "https://github.com/jcrobak/parquet-python/releases/tag/${src.tag}";
license = licenses.bsd2;
maintainers = with maintainers; [ fab ];
mainProgram = "parquet";