From d0f961f6869609507436645f456d8e03a898e777 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 25 Oct 2025 15:47:00 -0700 Subject: [PATCH] Add missing test requirements section to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7cf6df5..b07e075 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ setup( 'sphinx-copybutton>=0.5.2', 'sphinx_rtd_theme', ), + 'test': tests_require, }, install_requires=( 'PyYaml>=4.2b1',