Skip to content

Commit 9590372

Browse files
author
Ed (ODSC)
committed
setup.py: pytest version
1 parent d6a1707 commit 9590372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements_dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-e .
22
sphinx
3+
lxml
34
flake8<6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'test': [
4444
'flake8<6',
4545
'lxml',
46-
'pytest',
46+
'pytest<8.2',
4747
],
4848
},
4949
namespace_packages=['sphinxcontrib'],

0 commit comments

Comments
 (0)