Skip to content

Commit ccb144f

Browse files
committed
コード整理
1 parent fafd21e commit ccb144f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_amd_amf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020

2121

2222
@pytest.mark.skipif(os.environ.get("AMD_AMF") is None, reason="AMD AMF でのみ実行する")
23-
def test_amd_amf_check(setup):
24-
pass
25-
26-
27-
@pytest.mark.skipif(os.environ.get("AMD_AMF") is None, reason="AMD AMF でのみ実行する")
28-
def test_amd_vcn_available(setup):
23+
def test_amd_amf_available(setup):
2924
capability = get_video_codec_capability()
3025

3126
intel_vpl_available = False

0 commit comments

Comments
 (0)