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

Add submodules and links #587

Merged
merged 1 commit into from
Dec 16, 2020

Conversation

jdcaballerov
Copy link
Contributor

@jdcaballerov jdcaballerov commented Dec 16, 2020

Summary

Adds vendored code as git submodules with links

Related issues

#581

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

@jdcaballerov
Copy link
Contributor Author

jdcaballerov commented Dec 16, 2020

I added relative soft links to the python module inside the submodule to avoid touching the imports in the code. Not sure if any problems could arise with the multiple packaging options.

@pirate pirate merged commit 72b8119 into ArchiveBox:v0.5.0 Dec 16, 2020
@pirate
Copy link
Member

pirate commented Dec 16, 2020

@jdcaballerov
Copy link
Contributor Author

@pirate ArchiveBox tests run ok. Pytest is discovering django-taggit owns tests and failing due to a missing test dependency. Will search how to configure pytest to avoid tests inside vendored.

@jdcaballerov
Copy link
Contributor Author

Errors in tests fixed ignoring vendored modules tests #588

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.

2 participants