diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/ciimage/common.sh | 2 | ||||
| -rw-r--r-- | ci/run.ps1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/ciimage/common.sh b/ci/ciimage/common.sh index 67d59978f..016918240 100644 --- a/ci/ciimage/common.sh +++ b/ci/ciimage/common.sh @@ -15,7 +15,7 @@ base_python_pkgs=( pytest-xdist pytest-subtests coverage - jsonschema + fastjsonschema ) python_pkgs=( diff --git a/ci/run.ps1 b/ci/run.ps1 index badb4a74e..05bb6b69e 100644 --- a/ci/run.ps1 +++ b/ci/run.ps1 @@ -92,7 +92,7 @@ python --version # Needed for running unit tests in parallel. echo "" -python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist pytest-subtests jsonschema coverage +python -m pip --disable-pip-version-check install --upgrade pefile pytest-xdist pytest-subtests fastjsonschema coverage # Needed for running the Cython tests python -m pip --disable-pip-version-check install cython |
