Skip to content

Commit 3989bab

Browse files
committed
pylint-pytest and pytest>8.2.1 create a weird error for pylint
Fixes #67 as a stop-gap measure (and luckily gives me fuel to debug the dreaded `cannot-enumerate-pytest-fixtures` issue: #68) Signed-off-by: Stavros Ntentos <[email protected]>
1 parent d73c814 commit 3989bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="pylint-pytest",
14-
version="1.1.7",
14+
version="1.1.8",
1515
author="Stavros Ntentos",
1616
author_email="[email protected]",
1717
license="MIT",
@@ -29,7 +29,7 @@
2929
packages=find_packages(exclude=["tests*", "sandbox"]),
3030
install_requires=[
3131
"pylint>=2",
32-
"pytest>=4.6",
32+
"pytest>=4.6,<=8.2.0",
3333
],
3434
python_requires=">=3.6",
3535
classifiers=[

0 commit comments

Comments
 (0)