From 7035c0239deb5b30b490df7bfdaf9e9b26dd00b0 Mon Sep 17 00:00:00 2001 From: Newbyte Date: Tue, 3 Jun 2025 12:49:07 +0200 Subject: [PATCH] test: Move test_devices to where it should be Consequence of tests being moved back and forth over time. Fixes cd672222c473b71f4ebae78ff6634a6b4ede94e7 Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2616 --- {pmb => test}/helpers/test_devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {pmb => test}/helpers/test_devices.py (91%) diff --git a/pmb/helpers/test_devices.py b/test/helpers/test_devices.py similarity index 91% rename from pmb/helpers/test_devices.py rename to test/helpers/test_devices.py index 70601b89..3ce0ad4d 100644 --- a/pmb/helpers/test_devices.py +++ b/test/helpers/test_devices.py @@ -1,7 +1,7 @@ # Copyright 2025 Stefan Hansson # 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