Commit abf256b 1 parent 06dc279 commit abf256b Copy full SHA for abf256b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ dynamic = ["version", "readme"]
30
30
31
31
[project .optional-dependencies ]
32
32
tests-mypy = [
33
- ' pytest-mypy-plugins; python_implementation == "CPython" and python_version >= "3.8"' ,
33
+ ' pytest-mypy-plugins; platform_python_implementation == "CPython" and python_version >= "3.8"' ,
34
34
# Since the mypy error messages keep changing, we have to keep updating this
35
35
# pin.
36
- ' mypy>=1.6; python_implementation == "CPython" and python_version >= "3.8"' ,
36
+ ' mypy>=1.6; platform_python_implementation == "CPython" and python_version >= "3.8"' ,
37
37
]
38
38
tests-no-zope = [
39
39
# For regression test to ensure cloudpickle compat doesn't break.
40
- ' cloudpickle; python_implementation == "CPython"' ,
40
+ ' cloudpickle; platform_python_implementation == "CPython"' ,
41
41
" hypothesis" ,
42
42
" pympler" ,
43
43
# 4.3.0 dropped last use of `convert`
You can’t perform that action at this time.
0 commit comments