File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
25+ pip install pytest>=7.0.0,<8.0.0 pytest-cov>=4.1.0,<5.0.0 pytest-mock>=3.10.0
2526 pip install -e ".[test]"
2627
2728 - name : Run tests
Original file line number Diff line number Diff line change 55 long_description = fh .read ()
66
77setup (
8- name = "aireview" ,
8+ name = "aireview" ,
99 version = "1.1.0" ,
1010 author = "Set Kyar Wa Lar" ,
1111 author_email = "me@setkyar.com" ,
2525 "Topic :: Software Development :: Quality Assurance" ,
2626 ],
2727 packages = find_packages (),
28- python_requires = ">=3.7 " ,
28+ python_requires = ">=3.8 " ,
2929 install_requires = [
3030 "click>=8.1.8" ,
3131 "openai>=1.62.0" ,
3838 },
3939 extras_require = {
4040 'test' : [
41- 'pytest>=8.3.4 ' ,
42- 'pytest-cov>=6 .0.0' ,
43- 'pytest-mock>=3.14 .0' ,
41+ 'pytest>=7.0.0,<8.0.0 ' ,
42+ 'pytest-cov>=4.1.0,<5 .0.0' ,
43+ 'pytest-mock>=3.10 .0' ,
4444 ],
4545 },
4646)
You can’t perform that action at this time.
0 commit comments