python3Packages.pyshark: Pass py into checkInputs
This commit is contained in:
parent
c98f8fbbd1
commit
10a157b2ea
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ buildPythonPackage rec {
|
|||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
checkInputs = [ pytestCheckHook wireshark-cli ];
|
||||
checkInputs = [ py pytestCheckHook wireshark-cli ];
|
||||
|
||||
pythonImportsCheck = [ "pyshark" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue