From 4afdfa428fc0a9694b8258526be0896208efa589 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Wed, 24 Apr 2024 23:44:21 +0200 Subject: [PATCH] Remove tutorials tests that we no longer have --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index e628be5d9..c953b15b6 100644 --- a/Makefile +++ b/Makefile @@ -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