Unverified Commit c960f0e2 authored by Benjamin Hipple's avatar Benjamin Hipple Committed by GitHub
Browse files

python-binance: disable failing tests (#437578)

parents 0c13c80d 388cf1ae
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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" ];