chore: enable more Ruff checks (#2654)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-11-07 18:48:20 -05:00
committed by GitHub
parent 1f2f8b28d5
commit e1baa60eb0
16 changed files with 51 additions and 37 deletions
+1 -7
View File
@@ -385,13 +385,7 @@ def test_environment_markers(tmp_path):
**cp313_env,
"CIBW_TEST_COMMAND": f"python -m pytest {test_filename}",
"CIBW_TEST_SOURCES": test_filename,
"CIBW_TEST_REQUIRES": " ".join(
[
"pytest",
"certifi;sys_platform=='android'",
"platformdirs;sys_platform!='android'",
]
),
"CIBW_TEST_REQUIRES": "pytest certifi;sys_platform=='android' platformdirs;sys_platform!='android'",
},
)