Skip to content

Commit 5c7ffd6

Browse files
committed
update test deps
1 parent 3d9d8d2 commit 5c7ffd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip check-manifest
30-
pip install pytest pytest-cov
30+
pip install pytest-cov
3131
pip install .
3232
python -m ipykernel.kernelspec --user
3333
- name: Test with pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'pygments',
5757
],
5858
extras_require={
59-
'test:sys_platform != "win32"': ['pexpect'],
59+
'test': ['pexpect', 'pytest'],
6060
},
6161
python_requires='>=3.7',
6262
entry_points={

0 commit comments

Comments
 (0)