From f65746d4f6719efb805ca16a7d6ad8523ca75de6 Mon Sep 17 00:00:00 2001 From: Benedikt Seeger <benedikt.seeger@ptb.de> Date: Tue, 15 Apr 2025 12:34:38 +0200 Subject: [PATCH] fixed test requirements --- testRequirements.txt | 1 + tests/test_dsiUnits.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/testRequirements.txt b/testRequirements.txt index e385cb8..28035e5 100644 --- a/testRequirements.txt +++ b/testRequirements.txt @@ -7,3 +7,4 @@ pluggy==1.3.0 pyproject_hooks==1.0.0 pytest==7.4.1 pytest-cov==4.1.0 +requests==2.31.0 diff --git a/tests/test_dsiUnits.py b/tests/test_dsiUnits.py index acff0b1..cf2ca5b 100644 --- a/tests/test_dsiUnits.py +++ b/tests/test_dsiUnits.py @@ -18,7 +18,6 @@ import pytest import sys import math import re -from itertools import combinations from dsiUnitNode import dsiUnitNode from dsiUnits import dsiUnit -- GitLab