File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 88install :
99 - pip install -U setuptools
1010 # install_requires
11- - pip install -U distlib EmPy
12- # tests_require
13- - if [ "$TEST_SUITE" = "pytest" ]; then pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-quotes pep8-naming pylint pytest pytest-cov scspell3k; fi
14- # colcon test needs pytest-cov and pytest-runner
15- - if [ "$TEST_SUITE" = "bootstrap" ]; then pip install -U pytest pytest-cov pytest-rerunfailures pytest-repeat pytest-runner; fi
11+ - pip install -U distlib EmPy pytest-rerunfailures pytest pytest-cov pytest-repeat pytest-runner
12+ # additional tests_require
13+ - if [ "$TEST_SUITE" = "pytest" ]; then pip install -U flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-quotes pep8-naming pylint scspell3k; fi
1614 # for uploading the coverage information to codecov
1715 - if [ "$TEST_SUITE" = "pytest" ]; then pip install codecov; fi
1816script :
You can’t perform that action at this time.
0 commit comments