test: Move test_devices to where it should be

Consequence of tests being moved back and forth over time.

Fixes cd672222c4

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2616
This commit is contained in:
Newbyte 2025-06-03 12:49:07 +02:00 committed by Oliver Smith
parent 4dd820756f
commit 7035c0239d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,7 @@
# Copyright 2025 Stefan Hansson # Copyright 2025 Stefan Hansson
# SPDX-License-Identifier: GPL-3.0-or-later # SPDX-License-Identifier: GPL-3.0-or-later
from .devices import DeviceCategory, get_device_category_by_apkbuild_path from pmb.helpers.devices import DeviceCategory, get_device_category_by_apkbuild_path
from pathlib import Path from pathlib import Path