Skip to content

Commit

Permalink
fix: config save step removed
Browse files Browse the repository at this point in the history
as of tutor >=17.0.0, there's no need to run `tutor config save` after enable/disable a plugin.
  • Loading branch information
CodeWithEmad committed Feb 18, 2024
1 parent fdd5566 commit 8af4973
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ test-plugin-install: ## Smoke-test that the default plugin works with Tutor.
@echo "$(MSG)Testing that the generated plugin can be installed, enabled, and used in Tutor...$(END_MSG)"
pip install -e tutor-contrib-myplugin
tutor plugins enable myplugin
tutor config save
tutor myplugin example-command # This should just print a line and exit 0.
@echo "$(MSG)It seems like the generated plugin works with Tutor.$(END_MSG)"

Expand Down

0 comments on commit 8af4973

Please sign in to comment.