From 1e4982209b17de600994d6545a6722a9c1d61d67 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Thu, 21 Sep 2023 18:30:55 +0200
Subject: [PATCH] python/pytest-relaxed: fix deprecation warning

---
 components/python/pytest-relaxed/Makefile |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/components/python/pytest-relaxed/Makefile b/components/python/pytest-relaxed/Makefile
index 5b63f11..f2c2094 100644
--- a/components/python/pytest-relaxed/Makefile
+++ b/components/python/pytest-relaxed/Makefile
@@ -20,6 +20,7 @@
 
 COMPONENT_NAME =		pytest-relaxed
 HUMAN_VERSION =			2.0.1
+COMPONENT_REVISION =		1
 COMPONENT_SUMMARY =		pytest-relaxed - Relaxed test discovery/organization for pytest
 COMPONENT_PROJECT_URL =		https://pytest-relaxed.readthedocs.io/
 COMPONENT_ARCHIVE_URL =		\
@@ -32,11 +33,6 @@
 TEST_STYLE = pytest
 
 include $(WS_MAKE_RULES)/common.mk
-
-# Disable some plugins to get tests passed
-PYTEST_ADDOPTS += -p no:black
-PYTEST_ADDOPTS += -p no:mypy
-PYTEST_ADDOPTS += -p no:randomly
 
 # Auto-generated dependencies
 PYTHON_REQUIRED_PACKAGES += library/python/decorator

--
Gitblit v1.9.3