Skip to content

Commit

Permalink
temporarily disable pytest-cython plugin
Browse files Browse the repository at this point in the history
it's incompatible with latest pytest 6
lgpage/pytest-cython#5 (comment)
#36
  • Loading branch information
anthrotype committed Dec 10, 2020
1 parent 08690b9 commit eb46aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@ python_classes =
addopts =
-v
-r a
--doctest-cython
-k "not __test__"

0 comments on commit eb46aed

Please sign in to comment.