Skip to content

Commit

Permalink
Merge pull request #2902 from ericpre/fix_oldest_dependencies
Browse files Browse the repository at this point in the history
Fix test suite hanging
  • Loading branch information
magnunor committed Mar 13, 2022
2 parents b18e974 + 1aeadf4 commit e0385e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
OLDEST_SUPPORTED_VERSION: true
DEPENDENCIES: matplotlib==3.1.3 numpy==1.17.1 scipy==1.1 imagecodecs==2020.1.31 tifffile==2020.2.16 dask==2.11.0 distributed==2.11.0 scikit-image==0.15 numba==0.52
PIP_SELECTOR: '[all, tests, coverage]'
PYTEST_ARGS_COVERAGE: --cov=. --cov-report=xml
# Hang at the end of the test suite run...
#PYTEST_ARGS_COVERAGE: --cov=. --cov-report=xml
LABEL: -oldest
# test minimum requirement
- os: ubuntu
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
# bug in pip: matplotib is ignored here because it is already present in
# install_requires.
"tests": ["pytest>=3.6", "pytest-mpl", "pytest-xdist", "pytest-rerunfailures", "pytest-instafail", "matplotlib>=3.1"],
"coverage":["pytest-cov", "codecov"],
"coverage":["pytest-cov"],
# required to build the docs
"build-doc": ["sphinx>=1.7", "sphinx_rtd_theme", "sphinx-toggleprompt", "sphinxcontrib-mermaid", "sphinxcontrib-towncrier"],
}
Expand Down

0 comments on commit e0385e5

Please sign in to comment.