Skip to content

Commit c3de9f4

Browse files
committed
fix: update pytest-metadata version
1 parent 7650192 commit c3de9f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/edx/testing.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pytest-attrib # Select tests based on attributes
3737
pytest-cov # pytest plugin for measuring code coverage
3838
pytest-django # Django support for pytest
3939
pytest-json-report # Output json formatted warnings after running pytest
40-
pytest-metadata==1.8.0 # To prevent 'make upgrade' failure, dependency of pytest-json-report
40+
pytest-metadata # To prevent 'make upgrade' failure, dependency of pytest-json-report
4141
pytest-randomly # pytest plugin to randomly order tests
4242
pytest-xdist[psutil] # Parallel execution of tests on multiple CPU cores or hosts
4343
singledispatch # Backport of functools.singledispatch from Python 3.4+, used in tests of XBlock rendering
4444
testfixtures # Provides a LogCapture utility used by several tests
4545
tox # virtualenv management for tests
4646
unidiff # Required by coverage_pytest_plugin
47-
pylint-pytest==1.1.8 # A Pylint plugin to suppress pytest-related false positives.
47+
pylint-pytest # A Pylint plugin to suppress pytest-related false positives.
4848
pact-python # Library for contract testing
4949
py # Needed for pytest configurations, was previously been fetched through tox

0 commit comments

Comments
 (0)