Skip to content

Commit

Permalink
Merge pull request python-pillow#8752 from radarhere/mingw_test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 15, 2025
2 parents ede46d4 + 9f0398e commit c4eb2fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import shutil
import subprocess
import sys
import sysconfig
import tempfile
from collections.abc import Sequence
from functools import lru_cache
Expand Down Expand Up @@ -342,10 +341,6 @@ def is_pypy() -> bool:
return hasattr(sys, "pypy_translation_info")


def is_mingw() -> bool:
return sysconfig.get_platform() == "mingw"


class CachedProperty:
def __init__(self, func: Callable[[Any], Any]) -> None:
self.func = func
Expand Down

0 comments on commit c4eb2fe

Please sign in to comment.