#!/bin/bash

set -e

INTERNAL_OSINFO_DB_DATA_DIR=/usr/share/osinfo python3 -m pytest -k 'not test_ids' tests
