Skip to content

Commit

Permalink
Remove pytest-monitor due to CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSchZA committed Aug 30, 2024
1 parent 45b88f1 commit 866f41c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
33 changes: 1 addition & 32 deletions pdm-py38.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
33 changes: 1 addition & 32 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 866f41c

Please sign in to comment.