From f6647ce1fcf6fae56f24428fce6704896b66deb6 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Tue, 7 Feb 2023 11:54:00 +0100 Subject: [PATCH] make: fix test_python recipe --- makefiles/Makefile.python.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefiles/Makefile.python.mk b/makefiles/Makefile.python.mk index c055b7a66e..0666acae02 100644 --- a/makefiles/Makefile.python.mk +++ b/makefiles/Makefile.python.mk @@ -383,7 +383,6 @@ test_python_contrib: \ .PHONY: test_python_python # Build and Run all Python Examples (located in examples/python) test_python_python: \ rpy_appointments \ - rpy_assignment2_sat \ rpy_assignment_with_constraints_sat \ rpy_balance_group_sat \ rpy_chemical_balance_lp \ @@ -410,7 +409,6 @@ test_python_python: \ rpy_transit_time \ rpy_vendor_scheduling_sat \ rpy_wedding_optimal_chart_sat \ - rpy_worker_schedule_sat \ rpy_zebra_sat test_python: \