Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fbc7d4

Browse filesBrowse files
authored
use pytest<8 until things catch up (#419)
1 parent 8919d7c commit 0fbc7d4
Copy full SHA for 0fbc7d4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
"tests":
3535
[
36-
"pytest",
36+
"pytest<8.0.0",
3737
"nbmake",
3838
"scipy",
3939
"imageio[pyav]",
@@ -47,7 +47,7 @@
4747

4848
"tests-desktop":
4949
[
50-
"pytest",
50+
"pytest<8.0.0",
5151
"scipy",
5252
"imageio",
5353
"scikit-learn",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.