astropy / astropy-helpers

Helpers for Astropy and Affiliated packages
BSD 3-Clause "New" or "Revised" License
28 stars 42 forks source link

package-template sub-module causing issues #5

Closed astrofrog closed 10 years ago

astrofrog commented 10 years ago

At the moment, the package-template sub-module is causing issues with affiliated packages that try and pip install the latest version of astropy-dev:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
Clone of 'git@github.com:embray/package-template.git' into submodule path 'astropy_helpers/tests/package_template' failed
Failed to recurse into submodule path 'astropy_helpers/astropy_helpers/tests/package_template/astropy_helpers'
Failed to recurse into submodule path 'astropy_helpers/astropy_helpers/tests/package_template'

Failed to recurse into submodule path 'astropy_helpers'

This might go away once we merge in the changes to the package-template and change the sub-module URL, but either way it seems maybe over the top that cloning astropy-dev ultimately results in cloning the package template. I would be in favor of removing the package-template sub-module from astropy-helpers and only including it for example as part of a test, or in .travis.yml.

astrofrog commented 10 years ago

cc @embray

astrofrog commented 10 years ago

Closed by #9