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

Add pyproject.toml to each example #112

Open
virtuald opened this issue Jan 19, 2024 · 0 comments
Open

Add pyproject.toml to each example #112

virtuald opened this issue Jan 19, 2024 · 0 comments

Comments

@virtuald
Copy link
Member

Each example should have a pyproject.toml that specifies its dependencies so that users can directly use it. Then we should change the run_tests.sh to:

  • Be a python script, bash is annoying for complex things
  • For each project, create a new virtualenv, run robotpy sync in that virtualenv, and then run robotpy test

We would also need to create a script that can uniformly update all the robotpy versions in all the example directories so it doesn't get out of date.

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

No branches or pull requests

1 participant