webrecorder / warcio

Streaming WARC/ARC library for fast web archive IO
https://pypi.python.org/pypi/warcio
Apache License 2.0
387 stars 58 forks source link

Migrate to GitHub Actions CI and resolve dependency issues #164

Closed tw4l closed 6 months ago

tw4l commented 6 months ago

Fixes #120

There are some unresolved deprecation warnings that would be best handled in a separate issue/PR, particularly around using setup.py test, which we'll likely want to resolve by switching to tox as a test runner.

tw4l commented 6 months ago

Very good point! I've added an issue for that: https://github.com/webrecorder/warcio/issues/165

I'll go ahead and merge this for now so that we can get CI running again for outstanding PRs.