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:
parent
e7924e9b2b
commit
d4c5ccab42
2 changed files with 1 additions and 1 deletions
|
@ -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 *
|
||||
|
|
1
tests/serialize.py
Normal file
1
tests/serialize.py
Normal file
|
@ -0,0 +1 @@
|
|||
from my.core.serialize import *
|
Loading…
Add table
Add a link
Reference in a new issue