Loading csp-lmc-mid/setup.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ test=pytest branch = True source = csp-lmc-mid datafile = csp-lmc-mid_coverage [tool:pytest] testpaths = tests addopts = --cov=csp_lmc_mid Loading csp-lmc-mid/setup.py +2 −4 Original line number Diff line number Diff line Loading @@ -57,10 +57,8 @@ setup( ], tests_require=[ 'pytest', 'pytest-cov', 'coverage', 'pytest-json-report', 'pycodestyle', ], extras_require={ 'dev': ['prospector[with_pyroma]', 'yapf', 'isort'] }) ) Loading
csp-lmc-mid/setup.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ test=pytest branch = True source = csp-lmc-mid datafile = csp-lmc-mid_coverage [tool:pytest] testpaths = tests addopts = --cov=csp_lmc_mid Loading
csp-lmc-mid/setup.py +2 −4 Original line number Diff line number Diff line Loading @@ -57,10 +57,8 @@ setup( ], tests_require=[ 'pytest', 'pytest-cov', 'coverage', 'pytest-json-report', 'pycodestyle', ], extras_require={ 'dev': ['prospector[with_pyroma]', 'yapf', 'isort'] }) )