File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 9
9
import datetime
10
10
import io
11
11
import json
12
- import sys
13
12
import textwrap
14
13
import time
15
14
import uuid
@@ -1395,16 +1394,7 @@ class TestMaximumImageFileSize:
1395
1394
"""
1396
1395
1397
1396
@staticmethod
1398
- @pytest .mark .skipif (
1399
- sys .version_info > (3 , 9 ),
1400
- reason = (
1401
- "There is a bug in urllib3: "
1402
- "https://github.com/urllib3/urllib3/issues/2733"
1403
- ),
1404
- )
1405
- def test_png (
1406
- cloud_reco_client : CloudRecoService ,
1407
- ) -> None : # pragma: no cover
1397
+ def test_png (cloud_reco_client : CloudRecoService ) -> None :
1408
1398
"""
1409
1399
According to
1410
1400
https://developer.vuforia.com/library/web-api/vuforia-query-web-api.
@@ -1474,16 +1464,7 @@ def test_png(
1474
1464
assert response .text == _NGINX_REQUEST_ENTITY_TOO_LARGE_ERROR
1475
1465
1476
1466
@staticmethod
1477
- @pytest .mark .skipif (
1478
- sys .version_info > (3 , 9 ),
1479
- reason = (
1480
- "There is a bug in urllib3: "
1481
- "https://github.com/urllib3/urllib3/issues/2733"
1482
- ),
1483
- )
1484
- def test_jpeg (
1485
- cloud_reco_client : CloudRecoService ,
1486
- ) -> None : # pragma: no cover
1467
+ def test_jpeg (cloud_reco_client : CloudRecoService ) -> None :
1487
1468
"""
1488
1469
According to
1489
1470
https://developer.vuforia.com/library/web-api/vuforia-query-web-api.
You can’t perform that action at this time.
0 commit comments