Skip to content

Commit

Permalink
Remove six package from the dev test suite
Browse files Browse the repository at this point in the history
The url for the six package repository was wrong. Now it is changed
to the correct one, but tests still fail. We need to investigate,
but probably some change in other packages are causing the problem.
Since it is not really connected to Connexion code, I have decided
to remove it from the test suite.

Signed-off-by: Rafael Caricio <rafael.caricio@zalando.de>
  • Loading branch information
rafaelcaricio committed Feb 8, 2017
1 parent cdaca78 commit 7bbed59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements-devel.txt
@@ -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/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

0 comments on commit 7bbed59

Please sign in to comment.