Skip to content

Commit

Permalink
MAINT: updating blaze requirements + PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
lacabra committed Jul 11, 2018
1 parent 8725194 commit a738648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions etc/requirements_blaze.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-e git://github.com/quantopian/datashape.git@bf06a41dc0908baf7c324aeacadba8820468ee78#egg=datashape-dev
-e git://github.com/quantopian/odo.git@da7f26d87702f5d293763e8ed54c7e25fd3af386#egg=odo-dev

# Keep cytoolz version in sync with toolz version in requirements.txt
cytoolz==0.8.2
Expand All @@ -13,7 +12,7 @@ itsdangerous==0.24
flask==0.10.1
flask-cors==2.1.2
Jinja2==2.7.3
MarkupSafe==0.23
MarkupSafe==1.0
Werkzeug==0.10.4
psutil==4.3.0

Expand Down
2 changes: 1 addition & 1 deletion tests/exchange/test_ccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def test_create_order_timeout_trade(self):
observed_fetchTrade_None = self.exchange.create_order(
asset, amount, is_buy, style)
print(observed_fetchTrade_None)
except ExchangeRequestError as e:
except ExchangeRequestError:
pass

# check the case there are trades which form a neew order
Expand Down

0 comments on commit a738648

Please sign in to comment.