File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ pytest-attrib # Select tests based on attributes
37
37
pytest-cov # pytest plugin for measuring code coverage
38
38
pytest-django # Django support for pytest
39
39
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
41
41
pytest-randomly # pytest plugin to randomly order tests
42
42
pytest-xdist[psutil] # Parallel execution of tests on multiple CPU cores or hosts
43
43
singledispatch # Backport of functools.singledispatch from Python 3.4+, used in tests of XBlock rendering
44
44
testfixtures # Provides a LogCapture utility used by several tests
45
45
tox # virtualenv management for tests
46
46
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.
48
48
pact-python # Library for contract testing
49
49
py # Needed for pytest configurations, was previously been fetched through tox
You can’t perform that action at this time.
0 commit comments