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 38ecd21 commit 18dbcacCopy full SHA for 18dbcac
.github/workflows/ci.yml
@@ -31,9 +31,6 @@ jobs:
31
pip install -U setuptools pip
32
pip install -e .[cpphash,redis,uwsgi]
33
34
- - name: pip freeze
35
- run: pip freeze
36
-
37
- name: Run tests
38
run: python setup.py test
39
setup.py
@@ -6,7 +6,7 @@
6
7
TESTS_REQUIRES = [
8
'flake8',
9
- 'pytest~=6.2.3',
+ 'pytest>=6.2.3',
10
'pytest-mock>=3.5.1',
11
'coverage',
12
'pytest-cov',
@@ -40,7 +40,7 @@
40
'uwsgi': ['uwsgi>=2.0.0'],
41
'cpphash': ['mmh3cffi==0.2.1'],
42
},
43
- setup_requires=['pytest-runner==5.2'],
+ setup_requires=['pytest-runner'],
44
classifiers=[
45
'Environment :: Console',
46
'Intended Audience :: Developers',
0 commit comments