File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,23 @@ Source = "https://github.com/iterative/scmrepo"
3939
4040[project .optional-dependencies ]
4141tests = [
42- " aioresponses==0.7.6" ,
43- " pytest==8.1.1" ,
44- " pytest-sugar==1.0.0" ,
45- " pytest-cov==4.1.0" ,
46- " pytest-mock==3.12.0" ,
47- " mypy==1.9.0" ,
48- " pytest-test-utils==0.1.0" ,
49- " pytest-asyncio==0.23.5" ,
50- " pytest-docker==3.1.1" ,
51- " mock==5.1.0" ,
52- " paramiko==3.4.0" ,
53- " types-certifi==2021.10.8.3" ,
54- " types-mock==5.1.0.20240311" ,
55- " types-paramiko==3.4.0.20240205" ,
56- " types-tqdm" ,
42+ " aioresponses>=0.7,<0.8" ,
43+ " paramiko>=3.4.0,<4" ,
44+ " pytest>=7,<9" ,
45+ " pytest-asyncio>=0.23.2,<1" ,
46+ " pytest-cov>=4.1.0" ,
47+ " pytest-docker>=1,<4" ,
48+ " pytest-mock" ,
49+ " pytest-sugar" ,
50+ " pytest-test-utils>=0.1.0,<0.2" ,
5751]
5852dev = [
53+ " mypy==1.9.0" ,
5954 " scmrepo[tests]" ,
55+ " types-certifi" ,
56+ " types-mock" ,
57+ " types-paramiko" ,
58+ " types-tqdm" ,
6059]
6160
6261[tool .setuptools .package-data ]
You can’t perform that action at this time.
0 commit comments