mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 02:26:07 +00:00
Fixing broken build due to pytest-capturelog. Its fork pytest-catchlog was merged into pytest core.
This commit is contained in:
@@ -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