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

Travis CI Build failing #48

Closed
mortenwh opened this issue Jan 30, 2019 · 5 comments
Closed

Travis CI Build failing #48

mortenwh opened this issue Jan 30, 2019 · 5 comments
Assignees

Comments

@mortenwh
Copy link
Contributor

Tests currently fail in all branches... I will look into it

@mortenwh
Copy link
Contributor Author

If you already have a version of project/project/urls.py, you'll need to edit it after applying 6a1dabc

mortenwh added a commit that referenced this issue Jan 30, 2019
… for python 2.7 and 3.6 (django 1.11 and 2.0, respectively) seems to be caused by incompatible updates in sqlite (see django-oscar/django-oscar#2901)
mortenwh added a commit that referenced this issue Jan 30, 2019
@mortenwh
Copy link
Contributor Author

From Travis CI:

UnsatisfiableError: The following specifications were found to be in conflict:
  - nansat -> pythesint -> python 3.6*
  - python 3.7*
Use "conda info <package>" to see the dependencies for each package.

Python 3.7 is not listed in setup.py of pythesint:

'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering',

Could this be the reason?

@mortenwh
Copy link
Contributor Author

This comment should have come before the previous one....:

It seems we are using incompatible version combinations between python/Django and sqlite. See django-oscar/django-oscar#2901

This means we need to update .travis.yml with correct combinations of the different versions.

Note that the tests pass on the vagrant vm if I use the last version of django (2.1.5).

@mortenwh
Copy link
Contributor Author

mortenwh commented Jan 30, 2019

Next:

  • test if pythesint works with Python 3.7...

  • find out of version combinations with sqlite

@mortenwh
Copy link
Contributor Author

I'm struggling to find working version combinations but at least python 3.6, django 2.1.5 and sqlite 3.26 now works

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

No branches or pull requests

2 participants