my.core.serialize/tox: move serialize tests

can't be in tests-core because it depends
on orjson being installed
This commit is contained in:
Sean Breckenridge 2021-03-18 03:32:31 -07:00
parent e7924e9b2b
commit d4c5ccab42
2 changed files with 1 additions and 1 deletions

View file

@ -18,4 +18,3 @@ from my.core.util import *
from my.core.discovery_pure import *
from my.core.types import *
from my.core.stats import *
from my.core.serialize import *