diff options
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 52662a4..7ad60df 100755 --- a/setup.py +++ b/setup.py @@ -44,5 +44,5 @@ setup(author='Bonface M. K.', "pytest-mock" ], cmdclass={ - "run_tests": RunTests ## testing + "run_tests": RunTests # type: ignore[dict-item] }) |
