From bbf059fab30adb7b9726c778caf913e97841366e Mon Sep 17 00:00:00 2001 From: Carlos Villavicencio Date: Wed, 14 Feb 2024 09:06:19 -0500 Subject: [PATCH] Remove pytest-nunit fix for CI --- tests/ci_requirements.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/ci_requirements.txt b/tests/ci_requirements.txt index b78d94936..92189202a 100644 --- a/tests/ci_requirements.txt +++ b/tests/ci_requirements.txt @@ -19,7 +19,3 @@ pytest pytest-azurepipelines coverage pytest-coverage -# Note for Python 3.11: This will raise a lot of warnings on this third party module -# `DeprecationWarning: Use setlocale(), getencoding() and getlocale()` -# Using this PR until it gets merged -pytest-nunit @ git+https://github.com/pytest-dev/pytest-nunit.git@refs/pull/73/merge