https://bugzilla.redhat.com/show_bug.cgi?id=2388154
--- Comment #3 from Gordon Messmer <[email protected]> --- pyo3-async-runtimes is available now, but python-tokenizers will actually depend on pyo3-async-runtimes0.25, so I've requested new repos for that version as well. They should be available shortly. With 0.25 modules available locally, I see two problems with this spec. First, there are three instances of the command "cd ../../" and all of them need to be removed. Second, there are some failures and errors in the tests, and at least some of them look like they're trying to use network resources: FAILED tests/bindings/test_tokenizer.py::TestTokenizer::test_decode_stream_fallback FAILED tests/bindings/test_tokenizer.py::TestTokenizer::test_decode_skip_special_tokens ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_basic_encoding ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_encode - hug... ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_with_special_tokens ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_with_truncation_padding ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_various_input_formats ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_error_handling ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_concurrency ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_decode - hug... ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_large_batch ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_numpy_inputs ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_async_methods_existence ERROR tests/bindings/test_tokenizer.py::TestAsyncTokenizer::test_performance_comparison I'd like to ask the project to mark tests that require network access so that this spec doesn't need a comprehensive list of tests to disable. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2388154 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202388154%23c3 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
