general: deprecate my.core.dataset and simplify tox file

This commit is contained in:
Dima Gerasimov 2024-08-06 23:44:01 +01:00 committed by karlicoss
parent fb8e9909a4
commit 074e24c309
4 changed files with 16 additions and 34 deletions

View file

@ -43,9 +43,6 @@ commands =
# tbh not sure if it even belongs to core, maybe move somewhere else..
# same with pandas?
--ignore my/core/orgmode.py \
# causes error during test collection on 3.8
# dataset is deprecated anyway so whatever
--ignore my/core/dataset.py \
{posargs}