mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-11-28 20:51:44 +00:00
Skip jsonpickle tests if jsonpickle not installed
This commit is contained in:
parent
afc50070d2
commit
77d11b9f78
@ -1,6 +1,7 @@
|
||||
import os
|
||||
|
||||
import jsonpickle
|
||||
import pytest
|
||||
jsonpickle = pytest.importorskip("jsonpickle")
|
||||
|
||||
import numpy as np
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user