Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #740 from mozilla-services/style/flake8-latest
Browse files Browse the repository at this point in the history
style: upgrade to flake8 3.2.0
  • Loading branch information
jrconlin authored Nov 18, 2016
2 parents 3660634 + bcfc92b commit bc4c7e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions autopush/tests/test_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def handle_finish(result):
self.message.delete(self._make_req("ignored"))
return self.finish_deferred


CORS_HEAD = "POST,PUT,DELETE"


Expand Down
1 change: 1 addition & 0 deletions autopush/web/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def post(self):
"""
return cls(schema)._decorator


# Alias to the validation classmethod decorator
threaded_validate = ThreadedValidate.validate

Expand Down
4 changes: 1 addition & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ funcsigs==1.0.2
pbr==1.10.0
-e git+https://github.com/habnabit/txstatsd.git@master#egg=txStatsD
-e git+https://github.com/bbangert/moto.git@3bdb75a961148ea5aa526f0e88d9e7835a30df3a#egg=moto
flake8==3.0.4
mccabe==0.5.2
pyflakes==1.2.3
flake8==3.2.0
psutil
websocket-client
Pympler==0.4.3

0 comments on commit bc4c7e1

Please sign in to comment.