Skip to content

Commit

Permalink
Add import check for pymisp.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunabh98 authored and jsoo1 committed Aug 12, 2023
1 parent 2a32b75 commit 18c43ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/pymisp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ buildPythonPackage {
requests python-dateutil jsonschema deprecated
];

pythonImportsCheck = [ "pymisp" ];

# testing optional email feature
pytestFlagsArray = [ "--ignore tests/test_emailobject.py" ];

Expand Down

0 comments on commit 18c43ac

Please sign in to comment.