We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9d8d2 commit 5c7ffd6Copy full SHA for 5c7ffd6
.github/workflows/python-package.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip check-manifest
30
- pip install pytest pytest-cov
+ pip install pytest-cov
31
pip install .
32
python -m ipykernel.kernelspec --user
33
- name: Test with pytest
setup.py
@@ -56,7 +56,7 @@
56
'pygments',
57
],
58
extras_require={
59
- 'test:sys_platform != "win32"': ['pexpect'],
+ 'test': ['pexpect', 'pytest'],
60
},
61
python_requires='>=3.7',
62
entry_points={
0 commit comments