coala / community

Generic re-usable community site
https://coala-community.netlify.app
GNU Affero General Public License v3.0
19 stars 45 forks source link

coala requires new version of git-url-parse #237

Open siddhpant opened 5 years ago

siddhpant commented 5 years ago

Travis CI fails as coala requires use of latest version of git-url-parse (1.2.0) but version 1.1.0 is used.

Error as shown here:

[ERROR][07:14:47] There is a conflict in the version of a dependency you have installed and the requirements of coala. This may be resolved by creating a separate virtual environment for coala or running `pip3 install "git-url-parse~=1.1.0"`. Be aware that the latter solution might break other python packages that depend on the currently installed version.

Probably the new version doesn't have much change to break other things.

KVGarg commented 5 years ago

@siddhpant Earlier I was also getting this error, but I re-pushed the changes for an issue. Not getting that error anymore. Can you confirm whether this issue still needs importance or not ? Just getting tests failed due to changes in "Moban"