Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Skip some tests in Python < 3.10 #257

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

dbarbuzzi
Copy link

@dbarbuzzi dbarbuzzi commented May 21, 2024

This PR skips the mosaicml/mpt-7b model in the tests/models/test_big_models.py::test_models test when using Python 3.8 since that model has custom code that does not work in Python 3.8.

It also skips the clean shutdown test in Python < 3.10 as that was failing for some reason in our CI (running the file through pytest locally passes).

Copy link
Member

@andy-neuma andy-neuma left a comment

Choose a reason for hiding this comment

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

cool

@dbarbuzzi dbarbuzzi changed the title Skip mosaicml/mpt-7b when using Python 3.8 Skip some tests in Python < 3.10 May 22, 2024
@dbarbuzzi dbarbuzzi merged commit 79bb15a into tweek-remote May 22, 2024
@dbarbuzzi dbarbuzzi deleted the tweek-remote-skip-model branch May 22, 2024 13:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants