Skip to content

Commit 1d48cc2

Browse files
committed
Disallow broken apipkg v2.1.0 under Python 3.4
Ref: pytest-dev/apipkg#29
1 parent cb424bb commit 1d48cc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ testing =
149149
# of the control flow:
150150
pypytools
151151

152+
# NOTE: `apipkg` has broken the support of Python 3.4, seemingly
153+
# NOTE: accidentally. It's a transitive dependency for us, through
154+
# NOTE: `pytest-xdist` -> `execnet`.
155+
# Ref: https://github.com/pytest-dev/apipkg/issues/29
156+
apipkg != 2.1.0; python_version == "3.4"
157+
152158
[options.entry_points]
153159
console_scripts =
154160
cheroot = cheroot.cli:main

0 commit comments

Comments
 (0)