From 866f41c7933199f14a25e29ac47f84a1b711fd52 Mon Sep 17 00:00:00 2001 From: BenSchZA Date: Fri, 30 Aug 2024 19:41:33 +0100 Subject: [PATCH] Remove pytest-monitor due to CI error --- pdm-py38.lock | 33 +-------------------------------- pdm.lock | 33 +-------------------------------- pyproject.toml | 1 - 3 files changed, 2 insertions(+), 65 deletions(-) diff --git a/pdm-py38.lock b/pdm-py38.lock index ca80852..900150e 100644 --- a/pdm-py38.lock +++ b/pdm-py38.lock @@ -5,7 +5,7 @@ groups = ["default", "compat", "dev", "extension-backend-ray"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:4fe6bbd96397c3bbfc952b1041b4f6767744cee6dd81ecabb80f2ee0907ea0e1" +content_hash = "sha256:43f1fa57a89e5f1aaf0bb50c0c9c16f43b06e2380cb8a272f13ae7c1013c34ad" [[metadata.targets]] requires_python = "==3.8.*" @@ -2154,25 +2154,6 @@ files = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] -[[package]] -name = "pytest-monitor" -version = "1.6.6" -requires_python = ">=3.5" -summary = "Pytest plugin for analyzing resource usage." -groups = ["dev"] -marker = "python_version == \"3.8\"" -dependencies = [ - "memory-profiler>=0.58", - "psutil>=5.1.0", - "pytest", - "requests", - "wheel", -] -files = [ - {file = "pytest-monitor-1.6.6.tar.gz", hash = "sha256:b0c44dc44a2d6cdd19f84caa18fafeb1227e2b33bcbd11a2071dacd3763e1b6f"}, - {file = "pytest_monitor-1.6.6-py3-none-any.whl", hash = "sha256:5be37d14aa423fe97af94bd44e3a47a551bd5d94d64921974580bbaadc1c1c94"}, -] - [[package]] name = "python-dateutil" version = "2.9.0.post0" @@ -2752,18 +2733,6 @@ files = [ {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"}, ] -[[package]] -name = "wheel" -version = "0.44.0" -requires_python = ">=3.8" -summary = "A built-package format for Python" -groups = ["dev"] -marker = "python_version == \"3.8\"" -files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, -] - [[package]] name = "widgetsnbextension" version = "4.0.13" diff --git a/pdm.lock b/pdm.lock index dbd9bdf..31ba083 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "compat", "dev", "extension-backend-ray"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:4fe6bbd96397c3bbfc952b1041b4f6767744cee6dd81ecabb80f2ee0907ea0e1" +content_hash = "sha256:43f1fa57a89e5f1aaf0bb50c0c9c16f43b06e2380cb8a272f13ae7c1013c34ad" [[metadata.targets]] requires_python = ">=3.9,<3.13" @@ -2567,25 +2567,6 @@ files = [ {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, ] -[[package]] -name = "pytest-monitor" -version = "1.6.6" -requires_python = ">=3.5" -summary = "Pytest plugin for analyzing resource usage." -groups = ["dev"] -marker = "python_version < \"3.13\" and python_version >= \"3.9\"" -dependencies = [ - "memory-profiler>=0.58", - "psutil>=5.1.0", - "pytest", - "requests", - "wheel", -] -files = [ - {file = "pytest-monitor-1.6.6.tar.gz", hash = "sha256:b0c44dc44a2d6cdd19f84caa18fafeb1227e2b33bcbd11a2071dacd3763e1b6f"}, - {file = "pytest_monitor-1.6.6-py3-none-any.whl", hash = "sha256:5be37d14aa423fe97af94bd44e3a47a551bd5d94d64921974580bbaadc1c1c94"}, -] - [[package]] name = "python-dateutil" version = "2.9.0.post0" @@ -3412,18 +3393,6 @@ files = [ {file = "websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"}, ] -[[package]] -name = "wheel" -version = "0.44.0" -requires_python = ">=3.8" -summary = "A built-package format for Python" -groups = ["dev"] -marker = "python_version < \"3.13\" and python_version >= \"3.9\"" -files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, -] - [[package]] name = "widgetsnbextension" version = "4.0.13" diff --git a/pyproject.toml b/pyproject.toml index b1e3756..2e47303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,6 @@ dev = [ "ipywidgets>=7.5", "memory-profiler<1.0.0,>=0.58.0", "black<21.0,>=20.8b1", - "pytest-monitor<2.0.0,>=1.5.0", "tables<=3.8.0; python_version < '3.9'", "tables>3.8.0; python_version >= '3.9'", "jupyter<2.0.0,>=1.0.0",