From 2c22662246c3c66d7e18505e3b1eb1441e879ebe Mon Sep 17 00:00:00 2001 From: Travis Shirk Date: Fri, 5 Jan 2024 15:12:49 -0700 Subject: [PATCH] Disabled build/test (changelog/manifest) features for investigation --- Makefile | 3 ++- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cf0019a..6988521e 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,8 @@ clean-dist: ## Clean distribution artifacts (included in `clean`) rm -rf dist check-manifest: - check-manifest + # DISABLED due to https://github.com/nicfit/eyeD3/issues/616 + #check-manifest _check-version-tag: @if git tag -l | grep -E '^$(shell echo ${RELEASE_TAG} | sed 's|\.|.|g')$$' > /dev/null; then \ diff --git a/pyproject.toml b/pyproject.toml index 9aafcfcd..986a9cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,6 +80,7 @@ yaml-plugin = ["ruamel.yaml"] art-plugin = ["Pillow", "pylast", "requests"] [tool.poetry.group.dev.dependencies] +# FIXME: https://github.com/nicfit/eyeD3/issues/615 #gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"} regarding = "^0.1.4" wheel = "^0.37.1"