Skip to content

Commit e438901

Browse files
committed
fix(chore): putting nose back to 1.3.3 due to incompatibility with Python 3.10
1 parent 64f2fc9 commit e438901

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ exclude =
4141
dev =
4242
coverage==5.5
4343
mock==1.0.1
44-
nose==1.3.7
44+
# nose >= 1.3.4 is not compatible with Python 3.10 due to collections.Callable
45+
nose==1.3.3
4546
yanc==0.2.4
4647
Sphinx==1.2.2
4748
coveralls==3.2.0
@@ -50,7 +51,8 @@ dev =
5051
test =
5152
coverage==5.5
5253
mock==1.0.1
53-
nose==1.3.7
54+
# nose >= 1.3.4 is not compatible with Python 3.10 due to collections.Callable
55+
nose==1.3.3
5456
yanc==0.2.4
5557

5658
[test]

0 commit comments

Comments
 (0)