From 81efbda85663bb5bfb16a4090cfae185449d0f37 Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Sun, 15 Sep 2024 08:14:32 -0400 Subject: [PATCH] fix tests after spdx module was made private --- tests/test_licenses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_licenses.py b/tests/test_licenses.py index d3879a3b..96179e40 100644 --- a/tests/test_licenses.py +++ b/tests/test_licenses.py @@ -1,4 +1,4 @@ -from packaging.licenses.spdx import EXCEPTIONS, LICENSES +from packaging.licenses._spdx import EXCEPTIONS, LICENSES def test_licenses():