-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Setup build for MacOSX #11
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@sharanry For Gensim to support Mac OS X, you will need to plugin Travis, since conda-forge uses different CI builds for different platforms. If you can figure out how to get Travis working without timeout, that would be awesome. |
@souravsingh Thanks for the guidance. |
@sharanry Indeed. The Travis times out when running the doc2vec tests. |
@souravsingh If resource constraints are cause of the time out, this might be the solution. |
Limit Concurrent Jobs is off for the conda-forge builds. |
Shouldn't it be tuned on and fixed to 1? |
It is not recommended by conda-forge to edit the Travis YAML files |
The builds are failing for Appveyor and Travis. I would suggest to close and reopen again to restart the CI services. |
Hi guys @sharanry @souravsingh, how is going? What's a problem right now? |
@sharanry changed permissions of some files looks very suspicious, why this needed? |
This was done automatically by conda-smithy, however i manually removed those changes now |
@sahmed95 some tips for you:
|
If a test timeouts, then you can disable that test by giving |
@isuruf thanks for the suggestion, but if test timeouts, this is the really suspicious situation, need to investigate the problem (but not ignore it). |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
@sharanry Yup, that's the one that causes the timeout. And we cannot skip it since it is an important test. |
Trying to run tests using pytest on travis ci |
There is a mistake in the pytest command. |
@sharanry this is really important feature for gensim, please focus on it |
@sharanry @souravsingh Hi, I would also like to help. Travis-ci log for py3.5 and py3.6 shows that the build failed with error "loader for pytest cannot handle py.test". It looks like a similar problem as here. |
outdated, closing |
Tries to fix #1901