Unverified Commit 388cf1ae authored by Gaël James's avatar Gaël James
Browse files

python-binance: disable failing tests

parent 4fc47826
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" ];