python312Packages.aiodhcpwatcher: fix tests

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:51 +02:00
parent 77b29db703
commit 0e7d58eb38
@@ -39,6 +39,10 @@ buildPythonPackage rec {
pytestCheckHook
];
preCheck = ''
export HOME=$TMPDIR
'';
pythonImportsCheck = [ "aiodhcpwatcher" ];
meta = with lib; {