From 28f41e73895ac4cf1ae8dc639b69dedcbd31a499 Mon Sep 17 00:00:00 2001 From: JLSteenwyk Date: Mon, 22 Apr 2024 15:33:29 -0700 Subject: [PATCH] testing python version 3.12 with new requirements.txt --- requirements.txt | 18 ++++-------------- tests/unit/test_smart_gap_helper.py | 1 - 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8f57379..361f6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,8 @@ -appdirs==1.4.3 -attrs==19.3.0 biopython==1.82 -click==7.1.2 -importlib-metadata==1.6.0 -more-itertools==8.2.0 +exceptiongroup==1.2.1 +iniconfig==2.0.0 numpy==1.26.0 -packaging==20.3 -pathspec==0.8.0 +packaging==24.0 pluggy==1.5.0 -pyparsing==2.4.7 pytest==8.1.1 -pytest-mock==3.0.0 -regex==2020.5.7 -six==1.14.0 -toml==0.10.0 -wcwidth==0.1.9 -zipp==3.1.0 +tomli==2.0.1 diff --git a/tests/unit/test_smart_gap_helper.py b/tests/unit/test_smart_gap_helper.py index c755168..77bf4f2 100644 --- a/tests/unit/test_smart_gap_helper.py +++ b/tests/unit/test_smart_gap_helper.py @@ -1,5 +1,4 @@ import pytest -import pytest_mock from pathlib import Path