From eb46aed5f216cb1ad12b29494a1184fec416c2a7 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 10 Dec 2020 20:44:16 +0000 Subject: [PATCH] temporarily disable pytest-cython plugin it's incompatible with latest pytest 6 https://github.com/lgpage/pytest-cython/pull/5#issuecomment-742782671 https://github.com/fonttools/skia-pathops/issues/36 --- setup.py | 3 ++- tox.ini | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 577836e..de9ec4d 100644 --- a/setup.py +++ b/setup.py @@ -344,7 +344,8 @@ def build_skia(build_base): "coverage", "pytest-xdist", "pytest-randomly", - "pytest-cython", + # https://github.com/lgpage/pytest-cython/pull/5#issuecomment-742782671 + # "pytest-cython", ], }, python_requires=">=3.6", diff --git a/tox.ini b/tox.ini index 76eeee7..d45d5d4 100644 --- a/tox.ini +++ b/tox.ini @@ -47,5 +47,4 @@ python_classes = addopts = -v -r a - --doctest-cython -k "not __test__"