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

Test necessary imports #146

Conversation

pseudo-rnd-thoughts
Copy link
Member

@pseudo-rnd-thoughts pseudo-rnd-thoughts commented Nov 18, 2022

This was inspired by Shimmy where we have CI for each of the other optional dependencies to ensure that there are not optional dependencies that are actually required.
Issues like this have happened before with moviepy and other modules for wrappers often.

Therefore, this PR adds necessary tests for gymnasium (optional tests already existed as we installed gymnasium[all])
This is done through splitting the testing and optional installs to allow gymnasium[all, testing] for all modules and gymnasium[testing] for only the necessary modules for testing

@RedTachyon This PR is dependent on #125 so review that first

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit e9f4655 into Farama-Foundation:main Dec 1, 2022
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.

1 participant