Loading pkgs/development/python-modules/python-binance/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,13 @@ buildPythonPackage rec { "tests/test_threaded_socket_manager.py" "tests/test_threaded_stream.py" "tests/test_ws_api.py" "tests/test_ids.py" "tests/test_headers.py" "tests/test_historical_klines.py" "tests/test_init.py" "tests/test_streams_options.py" "tests/test_cryptography.py" "tests/test_futures.py" ]; pythonImportsCheck = [ "binance" ]; Loading Loading
pkgs/development/python-modules/python-binance/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,13 @@ buildPythonPackage rec { "tests/test_threaded_socket_manager.py" "tests/test_threaded_stream.py" "tests/test_ws_api.py" "tests/test_ids.py" "tests/test_headers.py" "tests/test_historical_klines.py" "tests/test_init.py" "tests/test_streams_options.py" "tests/test_cryptography.py" "tests/test_futures.py" ]; pythonImportsCheck = [ "binance" ]; Loading