From 49282912154a1ac6cdaa2a5a78fc995f0af87a71 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 15 Mar 2024 09:44:12 -0400 Subject: [PATCH] disable unused schema tests --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 833faa2d64..acccccce70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -223,9 +223,6 @@ norecursedirs = [ "build", "venv", ] -asdf_schema_tests_enabled = true -asdf_schema_validate_default = false -asdf_schema_root = "jwst/transforms/resources/schemas jwst/datamodels/schemas" junit_family = "xunit2" inputs_root = "jwst-pipeline" results_root = "jwst-pipeline-results"