-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
- I have marked all applicable categories:
- exception-raising bug
- visual output bug
- I have visited the [source website], and in particular
read the [known issues] - I have searched through the [issue tracker] for duplicates
- I have mentioned version numbers, operating system and
environment, where applicable:it outputs:import tqdm, sys print(tqdm.__version__, sys.version, sys.platform)
4.66.4 3.13.0b1 (main, May 26 2024, 18:32:07) [GCC 15.0.0 20240519 (experimental)] linux
I tried to run tests for tqdm-4.66.4
with recently released Python 3.13.0b1 in Gentoo and few have failed:
FAILED tests/tests_main.py::test_pipes - AssertionError: assert b'CODE_OF_CONDUCT.md\nCONTRIBUTING.md\nDEMO.ipynb\nLICENCE\nMakefile\nPKG-INFO\nREADME.rst\nenvironment.yml\nexamples\nlogo.png\npyproject.toml\nsetup.cfg\ntests\ntests_notebook.ipynb\ntox.ini\ntqdm\ntqdm.egg-info\n' == b''
Full diff:
- b''
+ (b'CODE_OF_CONDUCT.md\nCONTRIBUTING.md\nDEMO.ipynb\nLICENCE\nMakefile\nPKG-I'
+ b'NFO\nREADME.rst\nenvironment.yml\nexamples\nlogo.png\npyproject.toml\nsetu'
+ b'p.cfg\ntests\ntests_notebook.ipynb\ntox.ini\ntqdm\ntqdm.egg-info\n')
FAILED tests/tests_main.py::test_main_import - KeyError: 'iterable'
FAILED tests/tests_main.py::test_main_bytes - KeyError: 'iterable'
FAILED tests/tests_main.py::test_main_log - KeyError: 'iterable'
FAILED tests/tests_main.py::test_main - KeyError: 'iterable'
FAILED tests/tests_main.py::test_manpath - KeyError: 'iterable'
FAILED tests/tests_main.py::test_comppath - KeyError: 'iterable'
FAILED tests/tests_main.py::test_exceptions - KeyError: 'iterable'
Metadata
Metadata
Assignees
Labels
No labels