Skip to content

Comparing string versions won't always work#6979

Merged
martindurant merged 1 commit intodask:masterfrom
ravwojdyla:rav/fix_version_checks
Dec 17, 2020
Merged

Comparing string versions won't always work#6979
martindurant merged 1 commit intodask:masterfrom
ravwojdyla:rav/fix_version_checks

Conversation

@ravwojdyla
Copy link
Copy Markdown
Contributor

Fixed some cupy and sparse skip test markers. cupy were still fine, but sparse actually skips the test on the recent version of sparse (0.11.2):

"0.11.2" < "0.7.0+1"

on strings evaluates to True.

  • Tests added / passed
  • Passes black dask / flake8 dask

Fixed some cupy and sparse tests. cupy were still fine,
but sparse actually skips the test since:

> "0.11.2" < "0.7.0+1"

on strings evaluates to True.
@martindurant
Copy link
Copy Markdown
Member

Thank you, this looks useful.

@martindurant martindurant merged commit 2d7a3df into dask:master Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants