Loading pkgs/development/python-modules/androguard/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ pyqt5, pyperclip, pytestCheckHook, mock, python-magic, qt5, # This is usually used as a library, and it'd be a shame to force the GUI Loading Loading @@ -71,7 +70,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook mock pyperclip pyqt5 python-magic Loading pkgs/development/python-modules/androguard/fix-tests.patch +15 −2 Original line number Diff line number Diff line diff --git a/tests/dataflow_test.py b/tests/dataflow_test.py index e9ac3cdb..edef8200 100644 --- a/tests/dataflow_test.py +++ b/tests/dataflow_test.py @@ -5,7 +5,7 @@ import sys sys.path.append('.') import collections -import mock +from unittest import mock import unittest from androguard.decompiler.dad import dataflow from androguard.decompiler.dad import graph diff --git a/tests/test_types.py b/tests/test_types.py index 127dfc20eb..f1c89f0712 100644 index 127dfc20..f1c89f07 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -182,7 +182,7 @@ @@ -182,7 +182,7 @@ class TypesTest(unittest.TestCase): for i in filter(lambda x: 'const' in x.get_name(), method.get_instructions()): i.show(0) # ins should only have one literal Loading Loading
pkgs/development/python-modules/androguard/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ pyqt5, pyperclip, pytestCheckHook, mock, python-magic, qt5, # This is usually used as a library, and it'd be a shame to force the GUI Loading Loading @@ -71,7 +70,6 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook mock pyperclip pyqt5 python-magic Loading
pkgs/development/python-modules/androguard/fix-tests.patch +15 −2 Original line number Diff line number Diff line diff --git a/tests/dataflow_test.py b/tests/dataflow_test.py index e9ac3cdb..edef8200 100644 --- a/tests/dataflow_test.py +++ b/tests/dataflow_test.py @@ -5,7 +5,7 @@ import sys sys.path.append('.') import collections -import mock +from unittest import mock import unittest from androguard.decompiler.dad import dataflow from androguard.decompiler.dad import graph diff --git a/tests/test_types.py b/tests/test_types.py index 127dfc20eb..f1c89f0712 100644 index 127dfc20..f1c89f07 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -182,7 +182,7 @@ @@ -182,7 +182,7 @@ class TypesTest(unittest.TestCase): for i in filter(lambda x: 'const' in x.get_name(), method.get_instructions()): i.show(0) # ins should only have one literal Loading