Skip to content

Commit 18dbcac

Browse files
author
Matias Melograno
committed
updated dependencies
1 parent 38ecd21 commit 18dbcac

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
pip install -U setuptools pip
3232
pip install -e .[cpphash,redis,uwsgi]
3333
34-
- name: pip freeze
35-
run: pip freeze
36-
3734
- name: Run tests
3835
run: python setup.py test
3936

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
TESTS_REQUIRES = [
88
'flake8',
9-
'pytest~=6.2.3',
9+
'pytest>=6.2.3',
1010
'pytest-mock>=3.5.1',
1111
'coverage',
1212
'pytest-cov',
@@ -40,7 +40,7 @@
4040
'uwsgi': ['uwsgi>=2.0.0'],
4141
'cpphash': ['mmh3cffi==0.2.1'],
4242
},
43-
setup_requires=['pytest-runner==5.2'],
43+
setup_requires=['pytest-runner'],
4444
classifiers=[
4545
'Environment :: Console',
4646
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)