chore: enable more Ruff checks (#2654)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -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'",
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user