Skip to content

Commit ff88272

Browse files
committed
Install with tests extra
1 parent 7416340 commit ff88272

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.ci/install.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ fi
2828

2929
python3 -m pip install --upgrade pip
3030
python3 -m pip install --upgrade wheel
31-
python3 -m pip install coverage
32-
python3 -m pip install defusedxml
3331
python3 -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
4134
python3 -m pip install --only-binary=:all: pyarrow || true

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ install:
6262

6363
.PHONY: install-coverage
6464
install-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

0 commit comments

Comments
 (0)