python3Packages.pysyncthru: switch to pytest, minor cleanup

This commit is contained in:
Sandro Jäckel
2026-03-08 13:57:35 -07:00
committed by Robert Schütz
parent 62d841e8b9
commit b35e7ea1b6
@@ -5,7 +5,7 @@
setuptools,
aiohttp,
demjson3,
unittestCheckHook,
pytestCheckHook,
}:
buildPythonPackage rec {
@@ -21,14 +21,14 @@ buildPythonPackage rec {
hash = "sha256-IJfj65p80Q4LwWkGV0A0QPtK2+FPkNVz9/WaNGzgTy8=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
aiohttp
demjson3
];
nativeCheckInputs = [ unittestCheckHook ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "pysyncthru" ];