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 3b22e19 commit 30e5833Copy full SHA for 30e5833
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
- pip install -U setuptools==58.1.0 pip
+ pip install -U setuptool pip
32
pip install -e .[cpphash,redis,uwsgi]
33
34
- name: Run tests
setup.py
@@ -39,7 +39,7 @@
39
'uwsgi': ['uwsgi>=2.0.0'],
40
'cpphash': ['mmh3cffi==0.2.1'],
41
},
42
- setup_requires=['pytest-runner'],
+ setup_requires=['pytest-runner==5.2'],
43
classifiers=[
44
'Environment :: Console',
45
'Intended Audience :: Developers',
0 commit comments