huggingface / dataset-viewer

Lightweight web API for visualizing and exploring any dataset - computer vision, speech, text, and tabular - stored on the Hugging Face Hub
https://huggingface.co/docs/datasets-server
Apache License 2.0
640 stars 65 forks source link

Fix skipped async tests caused by pytest-memray #2904

Closed albertvillanova closed 3 weeks ago

albertvillanova commented 3 weeks ago

Fix skipped async tests caused by pytest-memray: do not pass memray argument to pytest.

Fix #2901.

Reported underlying issue in pytest-memray: