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 d991b67 commit 39cf502Copy full SHA for 39cf502
TESTING.rst
@@ -19,7 +19,13 @@ Here's the OSX Homebrew command:
19
20
brew install libjpeg libtiff little-cms2 openjpeg webp
21
22
-Finally, just run ``tox``!
+Finally, just run ``tox``::
23
+
24
+ poetry run tox
25
+ # or
26
+ poetry shell
27
+ tox
28
29
If you want, you can test against a specific version like this: ``tox -e py312-pil``
30
31
qrcode/tests/test_script.py
@@ -48,7 +48,7 @@ def test_stdin_py3_unicodedecodeerror():
48
49
50
def test_optimize():
51
- pytest.importorskip("PyPNG", reason="Requires PyPNG")
+ pytest.importorskip("PIL", reason="Requires PIL")
52
main("testtext --optimize 0".split())
53
54
0 commit comments