datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
149 stars 52 forks source link

Fix ingress test #556

Closed Christovis closed 2 years ago

Christovis commented 2 years ago

This PR contains updates to the Listserv & W3C ingress code and tests.

The Listserv mail archive of IEEE was updated to Listserv 17 from Listserv 16.5. The new format does not group message within mailing lists into time periods anymore. Therefore the following changes were undertaken:

For W3C only the code tests have been change as the previous mailing list that was used to test the ingress has been removed from the public web archive.

Another change that this PR contains is of the .pre-commit-config.yaml, because there is unsolved version conflict between the newest update of the code formatting package black and a dependency called click. Therefore pre-commit needs to be forced to use an older version of click.

Fixes the nbformat issue.