Loading pkgs/development/python-modules/binsync/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ sortedcontainers, toml, tqdm, wordfreq, }: buildPythonPackage rec { Loading @@ -39,6 +40,7 @@ buildPythonPackage rec { sortedcontainers toml tqdm wordfreq ]; optional-dependencies = { Loading @@ -52,7 +54,7 @@ buildPythonPackage rec { ]; disabledTestPaths = [ # Test tries to import angrmanagement # Test tries to import angr-management "tests/test_angr_gui.py" ]; Loading Loading
pkgs/development/python-modules/binsync/default.nix +3 −1 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ sortedcontainers, toml, tqdm, wordfreq, }: buildPythonPackage rec { Loading @@ -39,6 +40,7 @@ buildPythonPackage rec { sortedcontainers toml tqdm wordfreq ]; optional-dependencies = { Loading @@ -52,7 +54,7 @@ buildPythonPackage rec { ]; disabledTestPaths = [ # Test tries to import angrmanagement # Test tries to import angr-management "tests/test_angr_gui.py" ]; Loading