Skip to content

Commit 91bbeb5

Browse files
committed
Revert iOS change until the test runs again
1 parent d560320 commit 91bbeb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tests/test_pyroma.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from __future__ import annotations
22

3-
from importlib.metadata import metadata
4-
53
import pytest
64

75
from PIL import __version__
@@ -11,7 +9,7 @@
119

1210
def test_pyroma() -> None:
1311
# Arrange
14-
data = pyroma.projectdata.map_metadata_keys(metadata("Pillow"))
12+
data = pyroma.projectdata.get_data(".")
1513

1614
# Act
1715
rating = pyroma.ratings.rate(data)

0 commit comments

Comments
 (0)