mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-31 09:42:58 +00:00
Fixing broken build due to pytest-capturelog. Its fork pytest-catchlog was merged into pytest core.
This commit is contained in:
@@ -149,7 +149,7 @@ class TestYml(object):
|
||||
|
||||
@pytest.mark.parametrize('filename', files, ids=ids)
|
||||
def test(self, filename, caplog):
|
||||
caplog.setLevel(logging.INFO)
|
||||
caplog.set_level(logging.INFO)
|
||||
with open(os.path.join(__location__, filename), 'r', encoding='utf-8') as infile:
|
||||
data = yaml.load(infile, OrderedDictYAMLLoader)
|
||||
entries = Results()
|
||||
|
||||
@@ -23,7 +23,7 @@ setup_requires = ['pytest-runner']
|
||||
|
||||
dev_require = ['zest.releaser[recommended]', 'pylint', 'tox', 'sphinx', 'sphinx-autobuild']
|
||||
|
||||
tests_require = ['pytest>=2.7.3', 'pytest-benchmark', 'pytest-capturelog', 'PyYAML']
|
||||
tests_require = ['pytest>=2.7.3', 'pytest-benchmark', 'PyYAML']
|
||||
|
||||
package_data = ['config/*']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user