Skip to content

Commit

Permalink
Merge pull request spec-first#398 from zalando/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
hjacobs committed Feb 8, 2017
2 parents 8e10a77 + 7bbed59 commit 023578e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
-e git+https://github.com/Julian/jsonschema.git#egg=jsonschema
-e git+https://github.com/pallets/flask.git#egg=flask
-e git+https://github.com/kennethreitz/requests#egg=requests
-e hg+https://bitbucket.org/gutworth/six#egg=six
-e git+https://github.com/danielrichman/strict-rfc3339.git#egg=strict-rfc3339
-e git+https://github.com/digium/swagger-py.git#egg=swagger-spec-validator
-e git+https://github.com/Yelp/swagger_spec_validator.git#egg=swagger-spec-validator
-e git+https://github.com/zalando/python-clickclick.git#egg=clickclick
-e hg+https://bitbucket.org/pitrou/pathlib#egg=pathlib
# PyYAML is not that easy to build manually, it may fail.
#-e svn+http://svn.pyyaml.org/pyyaml/trunk#egg=PyYAML
# six is causing errors during the tests
#-e git+https://github.com/benjaminp/six.git#egg=six
2 changes: 2 additions & 0 deletions tests/fixtures/simple/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ paths:
- name: someint
in: path
type: integer
required: true
responses:
200:
description: OK
Expand All @@ -278,6 +279,7 @@ paths:
- name: somefloat
in: path
type: number
required: true
responses:
200:
description: OK
Expand Down

0 comments on commit 023578e

Please sign in to comment.