#!/bin/bash
set -e

#Disabled tests until the completion of python 3.12 migration to prevent errors from Depends.

#for py in $(py3versions --supported 3> /dev/null)
#do
#        $py -m pytest -v opem/Test
#done
