Skip to content

Commit

Permalink
Remove tutorials tests that we no longer have
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Apr 24, 2024
1 parent c5bb7bf commit 4afdfa4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,8 @@ test-integration: ## run tests quickly with the default Python
test-readme: ## run the readme snippets
invoke readme

.PHONY: test-tutorials
test-tutorials: ## run the tutorial notebooks
invoke tutorials

.PHONY: test
test: test-unit test-integration test-readme test-tutorials ## test everything that needs test dependencies
test: test-unit test-integration test-readme ## test everything that needs test dependencies

.PHONY: test-all
test-all: ## run tests on every Python version with tox
Expand Down

0 comments on commit 4afdfa4

Please sign in to comment.