We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d560320 commit 91bbeb5Copy full SHA for 91bbeb5
1 file changed
Tests/test_pyroma.py
@@ -1,7 +1,5 @@
1
from __future__ import annotations
2
3
-from importlib.metadata import metadata
4
-
5
import pytest
6
7
from PIL import __version__
@@ -11,7 +9,7 @@
11
9
12
10
def test_pyroma() -> None:
13
# Arrange
14
- data = pyroma.projectdata.map_metadata_keys(metadata("Pillow"))
+ data = pyroma.projectdata.get_data(".")
15
16
# Act
17
rating = pyroma.ratings.rate(data)
0 commit comments