chore: fix imports in editorial_governance CI task causing it to fail from missing pytest

This commit is contained in:
matt 2025-10-06 09:26:49 -07:00
parent d416c9b238
commit f68f8949e8
3 changed files with 9 additions and 3 deletions

5
requirements-dev.txt Normal file
View file

@ -0,0 +1,5 @@
-r requirements.txt
# Developer toolchain
mypy>=1.9.0
pytest>=8.2.0