Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tests for current package versions. #110

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jmcarp
Copy link

@jmcarp jmcarp commented Aug 1, 2015

There are currently two sets of dependency versions for sandman: one set
of pinned versions in requirements.txt and another set of unpinned
versions in setup.py. This means that installing via pip installs
the latest versions of the dependencies, but installing from
requirements.txt installs older, pinned versions. Several tests fail
with the latest versions of Flask-Admin and Flask-WTForms.

This patch fixes the breaking tests and installs tests on Travis using
setup.py for consistency.

There are currently two sets of dependency versions for sandman: one set
of pinned versions in `requirements.txt` and another set of unpinned
versions in `setup.py`. This means that installing via `pip` installs
the latest versions of the dependencies, but installing from
`requirements.txt` installs older, pinned versions. Several tests fail
with the latest versions of Flask-Admin and Flask-WTForms.

This patch fixes the breaking tests and installs tests on Travis using
`setup.py` for consistency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant