From 4228c5393522274bb10ac4cfbae84b14ce694bab Mon Sep 17 00:00:00 2001 From: "Bradley A. Thornton" Date: Fri, 8 Sep 2023 11:19:29 -0700 Subject: [PATCH] Allow for non-local version specifier --- tests/unit/__init__.py | 0 tests/unit/test_utils.py | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 tests/unit/__init__.py diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py index b2a421d..4bcac2c 100644 --- a/tests/unit/test_utils.py +++ b/tests/unit/test_utils.py @@ -1,4 +1,4 @@ -"""Unit test for the utilties module.""" +"""Unit test for the utilities module.""" from __future__ import annotations @@ -30,7 +30,7 @@ ), ), ( - "/", # noqa: + "/", CollectionSpec( specifier=None, local=True, @@ -38,7 +38,7 @@ ), ), ( - "/[test]", # noqa: + "/[test]", CollectionSpec( specifier=None, local=True,