Skip to content

Commit 3a7f5d6

Browse files
committed
install additional pytest packages
1 parent aa56dd2 commit 3a7f5d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ install:
3535

3636
# Install the build and runtime dependencies of the project.
3737
- "cd C:\\projects\\openml-python"
38-
- conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy pytest requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
38+
- conda install --quiet --yes scikit-learn=0.20.0 nb_conda nb_conda_kernels numpy scipy requests nbformat python-dateutil nbconvert pandas matplotlib seaborn
3939
- pip install liac-arff xmltodict oslo.concurrency
40+
# Packages for (parallel) unit tests with pytest
41+
- pip install pytest pytest-xdist pytest-timeout
4042
- "pip install .[test]"
4143

4244

0 commit comments

Comments
 (0)