Skip to content

Commit

Permalink
Skip doctests for Python 3.13 incompatible modules
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Dec 10, 2024
1 parent d37e414 commit e999f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ install: .venv .reports
poetry run pytest ${TESTS} --cov=${SOURCES} --cov-report=xml

.doctest:
poetry run pytest --doctest-modules ${SOURCES} --ignore=rectools/models/lightfm.py
poetry run pytest --doctest-modules ${SOURCES} --ignore=rectools/models/lightfm.py --ignore=rectools/dataset/torch_datasets.py --ignore=rectools/models/dssm.py --ignore=rectools/tools/ann.py

coverage: .venv .reports
poetry run coverage run --source ${SOURCES} --module pytest
Expand Down

0 comments on commit e999f88

Please sign in to comment.