From e769573bb67153e5f843573724df6258dbccec5f Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Tue, 9 Mar 2021 15:55:34 +0500 Subject: [PATCH] use pylint-pytest 0.3.0 version --- requirements/edx/testing.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx/testing.in b/requirements/edx/testing.in index 7ed18663aa..c806807c8e 100644 --- a/requirements/edx/testing.in +++ b/requirements/edx/testing.in @@ -48,5 +48,5 @@ tox # virtualenv management for tests tox-battery # Makes tox aware of requirements file changes transifex-client # Command-line interface for the Transifex localization service unidiff # Required by coverage_pytest_plugin -pylint-pytest # A Pylint plugin to suppress pytest-related false positives. +pylint-pytest==0.3.0 # A Pylint plugin to suppress pytest-related false positives.