Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure that none of our minimum version tests are skipped #1587

Merged
merged 11 commits into from
Sep 25, 2023

Conversation

adamjstewart
Copy link
Collaborator

Some of our minimum version tests are being skipped. This doesn't ensure that our minimum versions actually work. Let's fix that.

@adamjstewart adamjstewart added this to the 0.4.2 milestone Sep 25, 2023
@github-actions github-actions bot added the testing Continuous integration testing label Sep 25, 2023
@github-actions github-actions bot added the dependencies Packaging and dependencies label Sep 25, 2023
@@ -75,7 +75,7 @@ class TestLandCoverAI:
def dataset(
self, monkeypatch: MonkeyPatch, tmp_path: Path, request: SubRequest
) -> LandCoverAI:
pytest.importorskip("cv2", minversion="4.4.0.46")
pytest.importorskip("cv2", minversion="4.4.0")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cv2.__version__ only includes the first 3 components

@adamjstewart adamjstewart merged commit 1b0ca5a into microsoft:main Sep 25, 2023
21 checks passed
@adamjstewart adamjstewart deleted the tests/min-deps branch September 25, 2023 15:51
@adamjstewart adamjstewart modified the milestones: 0.4.2, 0.5.0 Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies testing Continuous integration testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants