Skip to content

Commit

Permalink
fix: pin pytest (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato authored May 14, 2024
1 parent b0da177 commit 92211c2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,15 @@
"eodag[notebook] @ git+https://github.com/CS-SI/eodag.git@develop",
"orjson",
],
extras_require={"dev": ["black", "pre-commit", "pytest", "shapely"]},
extras_require={
"dev": [
"black",
"pre-commit",
# pytest pinned until https://github.com/pytest-dev/pytest/issues/12263 is fixes
"pytest < 8.2.0",
"shapely",
]
},
zip_safe=False,
include_package_data=True,
python_requires=">=3.8",
Expand Down

0 comments on commit 92211c2

Please sign in to comment.