From ec9cbeefd88176e4fb85d1066beafa9eec19d51e Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Tue, 21 Mar 2023 18:52:46 +0100 Subject: Merge forbidden panic check into test-tidy This cleans up the GitHub actions yaml a bit and ensures that developers are running this check locally before submitting changes. In addition, it allows adding tests for this check. Finally, this change fixes the tidy tests by upgrading voluptuous for Python 3.10 as well as by reverting an inadvertent change for NixOS compatibility on one of the dummy testing files. --- python/tidy/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy/setup.py') diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 19a1f61d1fc..17c6172acbc 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -17,7 +17,7 @@ install_requires = [ "flake8==3.8.3", "toml==0.9.2", "colorama==0.3.7", - "voluptuous==0.11.5", + "voluptuous==0.12.1", "PyYAML==5.4", ] -- cgit v1.2.3