`test_registry_entries` fails with published spacy models
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
## How to reproduce the behaviour
1. Build and run spacy @ 3.8.7 with spacy-models @ 3.8.0 (the latest available)
2. Observe that `test_registry_entries` fails with missing models.
```sh
> FAILED lib/python3.13/site-packages/spacy/tests/test_registry_population.py::test_registry_entries - AssertionError: Registry 'readers' missing entries: ml_datasets.cmu_movies.v1, ml_datasets.imdb_sentiment.v1, ml_datasets.dbpedia.v1
> assert not {'ml_datasets.cmu_movies.v1', 'ml_datasets.dbpedia.v1', 'ml_datasets.imdb_sentiment.v1'}
```
## Your Environment
* Operating System: NixOS
* Python Version Used: python 3.12 and python 3.13
* spaCy Version Used: 3.8.7
Contributor guide
Assessment
This issue has not been assessed yet.