File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 2828
2929python3 -m pip install --upgrade pip
3030python3 -m pip install --upgrade wheel
31- python3 -m pip install coverage
32- python3 -m pip install defusedxml
3331python3 -m pip install ipython
34- python3 -m pip install olefile
35- python3 -m pip install -U pytest
36- python3 -m pip install -U pytest-cov
37- python3 -m pip install -U pytest-timeout
38- python3 -m pip install pyroma
3932# optional test dependency, only install if there's a binary package.
4033# fails on beta 3.14 and PyPy
4134python3 -m pip install --only-binary=:all: pyarrow || true
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ install:
6262
6363.PHONY : install-coverage
6464install-coverage :
65- CFLAGS=" -coverage -Werror=implicit-function-declaration" python3 -m pip -v install .
65+ CFLAGS=" -coverage -Werror=implicit-function-declaration" python3 -m pip -v install .[tests]
6666 python3 selftest.py
6767
6868.PHONY : debug
You can’t perform that action at this time.
0 commit comments