diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a273771..da92525 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -53,4 +53,4 @@ jobs: - name: Run tests run: | ./nitter & - pytest -n8 tests + pytest -n3 tests diff --git a/tests/test_card.py b/tests/test_card.py index 8da91a2..05b55f6 100644 --- a/tests/test_card.py +++ b/tests/test_card.py @@ -26,8 +26,8 @@ no_thumb = [ 'lnkd.in'], ['Thom_Wolf/status/1122466524860702729', - 'facebookresearch/fairseq', - 'Facebook AI Research Sequence-to-Sequence Toolkit written in Python. - GitHub - facebookresearch/fairseq: Facebook AI Research Sequence-to-Sequence Toolkit written in Python.', + 'GitHub - NVIDIA/Megatron-LM: Ongoing research training transformer models at scale', + 'Ongoing research training transformer models at scale - NVIDIA/Megatron-LM', 'github.com'], ['brent_p/status/1088857328680488961', diff --git a/tests/test_profile.py b/tests/test_profile.py index 38c5189..ea05add 100644 --- a/tests/test_profile.py +++ b/tests/test_profile.py @@ -4,7 +4,7 @@ from parameterized import parameterized profiles = [ ['mobile_test', 'Test account', 'Test Account. test test Testing username with @mobile_test_2 and a #hashtag', - 'San Francisco, CA', 'example.com/foobar', 'Joined October 2009', '98'], + 'San Francisco, CA', 'example.com/foobar', 'Joined October 2009', '97'], ['mobile_test_2', 'mobile test 2', '', '', '', 'Joined January 2011', '13'] ]