diff options
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ except ImportError: tests_require = ['pytest'] if mock is None: - tests_require += ['mock'] + tests_require.append('mock') requires = [ |
![]() |
index : delta/python-packages/flake8.git | |
| gitlab.com: pycqa/flake8.git |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | setup.py | 2 |
@@ -23,7 +23,7 @@ except ImportError: tests_require = ['pytest'] if mock is None: - tests_require += ['mock'] + tests_require.append('mock') requires = [ |