# Project has tests, but I can't get them to run even outside of nix
doCheck=false;
preCheck=''
pushd tests
'';
postCheck=''
popd
'';
nativeCheckInputs=[
pytestCheckHook
];
pythonImportsCheck=[
"libpcap"
@@ -61,6 +69,7 @@ buildPythonPackage rec {
It is fully compliant implementation of the original C libpcap from 1.0.0 up to 1.9.0 API and the WinPcap’s 4.1.3 libpcap (1.0.0rel0b) API by implementing whole its functionality in a clean Python instead of C.