Loading tests/conftest.py +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ def example_docs(cache: pytest.Cache) -> list[Path]: Returns list of paths to extracted .docx files. """ zip_urls = [ # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip", # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip", # too large for any provider "https://www.3gpp.org/ftp/Specs/archive/26_series/26.130/26130-j00.zip", "https://www.3gpp.org/ftp/Specs/archive/26_series/26.131/26131-j00.zip", ] Loading Loading
tests/conftest.py +2 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,8 @@ def example_docs(cache: pytest.Cache) -> list[Path]: Returns list of paths to extracted .docx files. """ zip_urls = [ # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip", # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip", # too large for any provider "https://www.3gpp.org/ftp/Specs/archive/26_series/26.130/26130-j00.zip", "https://www.3gpp.org/ftp/Specs/archive/26_series/26.131/26131-j00.zip", ] Loading