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

This commit is contained in:
Dima Gerasimov 2024-08-06 23:44:01 +01:00
parent 65dbdc44ef
commit 420e8b23f2
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}